From 4a3dd742b4d7f9b8cf17918d46260f778e5d61be Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 15 May 2021 11:38:10 -0500 Subject: [PATCH] Capitalize first letter of command descriptions --- bot/awesomescibo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {