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.
- 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.
- A Discord account.
- A server where you have permission to add bots.
- Discord Developer Portal access to create a bot.
-
Clone the Repository:
git clone https://github.com/coldencode/EmbedQueueDiscordBot.git cd EmbedQueueDiscordBot -
Install Dependencies:
py -3 -m pip install -U discord.py
-
Set Up Bot Token:
- Go to the Discord Developer Portal.
- Create a new application and generate a bot token.
- Create a
.envfile in the project root and add the following:DISCORD_TOKEN=your-bot-token
-
Run the Bot:
node index.js
- Use the OAuth2 URL generator in the Discord Developer Portal to invite the bot to your server. Ensure the bot has the
Manage MessagesandEmbed Linkspermissions.
!clearqueue: Clears all users from the queue.
If you encounter any issues or have suggestions, please open an issue on the GitHub repository.
Thank you for using EmbedQueueDiscordBot! Happy queuing!
