queue-bot

1.1.8 • Public • Published

Build Status NPM version NPM downloads

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

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

Readme

Keywords

Package Sidebar

Install

npm i queue-bot

Weekly Downloads

1

Version

1.1.8

License

MIT

Unpacked Size

18.8 kB

Total Files

7

Last publish

Collaborators

  • binlabs