queue-bot
v1.1.8
Published
A Discord bot that provides a basic user queue.
Readme
Queue Bot
A simple bot for managing a queue of users in Discord.
Installation
These instructions assume you have already created an application from within the Discord Developer Portal, registered it as a bot, and invited it to your Discord server.
- Type
npm install queue-botin your terminal - Open the
config.jsonfile and add your bot's token to thetokenfield - Run the bot by typing
npm start
Usage
Once the bot is running, start a queue by issuing the !queue start command.
Queue Commands
| Command | Description |
| --------------- | --------------- |
| !queue start | Start a queue (Admins-only) |
| !queue add @username | Add a user to the queue (Admins-only) |
| !queue remove @username | Remove a user from the queue (Admins-only) |
| !queue join | Join the queue |
| !queue leave | Leave the queue |
| !queue time | See how long you've been in the queue |
