1.1.8 • Published 4 years ago

queue-bot v1.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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. 1. Type npm install queue-bot in your terminal 2. Open the config.json file and add your bot's token to the token field 3. Run the bot by typing npm start

Usage

Once the bot is running, start a queue by issuing the !queue start command.

Queue Commands

CommandDescription
!queue startStart a queue (Admins-only)
!queue add @usernameAdd a user to the queue (Admins-only)
!queue remove @usernameRemove a user from the queue (Admins-only)
!queue joinJoin the queue
!queue leaveLeave the queue
!queue timeSee how long you've been in the queue
1.1.8

4 years ago

1.1.7

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago