diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index a6b68e8..bb72908 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -21,7 +21,7 @@ client.once("ready", () => { const commandData = [ { "name": "train", - "description": "sends a single training question to be answered", + "description": "Sends a single training question to be answered", "options": [ { "type": 3, @@ -34,7 +34,7 @@ client.once("ready", () => { }, { "name": "help", - "description": "replies with a help message explaining what the bot can do" + "description": "Replies with a help message explaining what the bot can do" } ] commandData.forEach(commandData => {