diff --git a/README.md b/README.md index 66241c0..f17ced9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Users can join and leave a queue. When the queue is full users are DMed a code t Commands: * 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 * sq - Show the queue * cq - Clear the queue (admin-only, not to be shared with normal users) diff --git a/index.js b/index.js index ab263c6..2420d74 100644 --- a/index.js +++ b/index.js @@ -40,11 +40,12 @@ client.once('ready', () =>{ /* * Commands: - * q - Join the queue - * lq - Leave the queue - * sq - Show the queue - * cq - Clear the queue - * ru - Remove a tagged user from 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 + * sq - Show the queue + * cq - Clear the queue + * ru - Remove a tagged user from the queue */ function generateRandomCode() {