From ddb94e53b1d47d28a410dc91dffa934bcf20af38 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 15 May 2021 20:15:12 -0500 Subject: [PATCH] Register rounds hit as a command --- bot/awesomescibo.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 6c0fe2f..6a5ae21 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -49,6 +49,12 @@ client.once("ready", () => { "name": "list", "description": "Lists your 5 most recently generated rounds with links", "options": [] + }, + { + "type": 1, + "name": "hit", + "description": "Shows the total number of rounds hit as well as the number for the specific user", + "options": [] } ], "description": "Commands regarding rounds generated by AwesomeSciBo"