feat(*): Update commands description

This commit is contained in:
2020-10-26 08:17:04 +00:00
parent 88794261b1
commit 11f55b7eb3
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -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)
+6 -5
View File
@@ -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() {