Browse Source

Capitalize first letter of command descriptions

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

4
bot/awesomescibo.js

@ -21,7 +21,7 @@ client.once("ready", () => {
const commandData = [ const commandData = [
{ {
"name": "train", "name": "train",
"description": "sends a single training question to be answered", "description": "Sends a single training question to be answered",
"options": [ "options": [
{ {
"type": 3, "type": 3,
@ -34,7 +34,7 @@ client.once("ready", () => {
}, },
{ {
"name": "help", "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 => { commandData.forEach(commandData => {

Loading…
Cancel
Save