Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbedQueueDiscordBot

EmbedQueueDiscordBot is a lightweight Discord bot that manages a queue system using rich embed messages. Users can join the queue by providing their Discord Tag and are prompted to input their username. This bot is ideal for managing queues in games, events, or community activities.

Features

  • Simple Queue System: Adds users to a queue using their Discord Tag.
  • Embed Messages: Displays the queue in a visually appealing embed format.
  • Username Prompt: Prompts users to provide their username when joining the queue.
  • Dynamic Queue Management: Supports adding, removing, and viewing queue participants in real-time.

Example

Getting Started

Prerequisites

Installation

  1. Clone the Repository:

    git clone https://github.com/coldencode/EmbedQueueDiscordBot.git
    cd EmbedQueueDiscordBot
  2. Install Dependencies:

    py -3 -m pip install -U discord.py
  3. Set Up Bot Token:

    • Go to the Discord Developer Portal.
    • Create a new application and generate a bot token.
    • Create a .env file in the project root and add the following:
      DISCORD_TOKEN=your-bot-token
  4. Run the Bot:

    node index.js

Adding the Bot to Your Server

  • Use the OAuth2 URL generator in the Discord Developer Portal to invite the bot to your server. Ensure the bot has the Manage Messages and Embed Links permissions.

Admin Commands

  • !clearqueue: Clears all users from the queue.

Support

If you encounter any issues or have suggestions, please open an issue on the GitHub repository.


Thank you for using EmbedQueueDiscordBot! Happy queuing!

About

Code to run an embedded queue system in Discord.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages