Basic Queue Bot for Discord
If you would like to help in the development of this bot, the discord is https://discord.gg/tgJtK7f.
Uses discord.js
- Nodejs
- Discord.js
- Clone this repo into a local directory using
git clone https://github.com/NobleWolf42/Queue-Bot
- Copy file
config.example.json
toconfig.json
and enter your settings. For any questions, please create an issue or join through the invite link to our discord server above. - Run
npm install
to install dependencies. - To start the bot, run
node queue.js
.
- help - Displays All Commands
- join - Adds you to the Queue to get into a ship
- leave - Removes you from the Queue to get into a ship
- position - Displays your current position in the Queue list
- queue - Displays the current Queue list
- remove @USER - Server Admin/Creators only caommnad that removes the specified user from the Queue List
- clearqueue - Server Admin/Creators only command that clears the entire Queue list
- info - Information about the bot and its creators.
The bot also allows you to set a voice channel that can be joined to join the queue and left to leave the queue, allowing for a lobby of sorts.
"Coming soon"