mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-13 10:53:45 +00:00
feat(*): Update commands description
This commit is contained in:
@@ -9,6 +9,7 @@ Users can join and leave a queue. When the queue is full users are DMed a code t
|
|||||||
Commands:
|
Commands:
|
||||||
|
|
||||||
* q - Join the queue
|
* q - Join the queue
|
||||||
|
* q pokemon ign - Join the queue (first player can set the pokemon and their in-game name)
|
||||||
* lq - Leave the queue
|
* lq - Leave the queue
|
||||||
* sq - Show the queue
|
* sq - Show the queue
|
||||||
* cq - Clear the queue (admin-only, not to be shared with normal users)
|
* cq - Clear the queue (admin-only, not to be shared with normal users)
|
||||||
|
|||||||
@@ -40,11 +40,12 @@ client.once('ready', () =>{
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Commands:
|
* Commands:
|
||||||
* q - Join the queue
|
* q - Join the queue
|
||||||
* lq - Leave the queue
|
* q pokemon ign - Join the queue (first player can set the pokemon and their in-game name)
|
||||||
* sq - Show the queue
|
* lq - Leave the queue
|
||||||
* cq - Clear the queue
|
* sq - Show the queue
|
||||||
* ru - Remove a tagged user from the queue
|
* cq - Clear the queue
|
||||||
|
* ru - Remove a tagged user from the queue
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function generateRandomCode() {
|
function generateRandomCode() {
|
||||||
|
|||||||
Reference in New Issue
Block a user