Browse Source

Register rounds hit as a command

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
ddb94e53b1
  1. 6
      bot/awesomescibo.js

6
bot/awesomescibo.js

@ -49,6 +49,12 @@ client.once("ready", () => {
"name": "list", "name": "list",
"description": "Lists your 5 most recently generated rounds with links", "description": "Lists your 5 most recently generated rounds with links",
"options": [] "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" "description": "Commands regarding rounds generated by AwesomeSciBo"

Loading…
Cancel
Save