diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 13:54:39 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 13:54:39 -0400 |
| commit | c38cae615c3e5a63a79aa4a84e9ecaba50888f0d (patch) | |
| tree | 1d9229320746b0f940e6868bd5f623c9c5479a61 /bot.js | |
| parent | 91782cd11e96c64eac5463f48d78824c6af8d174 (diff) | |
| download | AstralQuote-ATC-c38cae615c3e5a63a79aa4a84e9ecaba50888f0d.tar.gz AstralQuote-ATC-c38cae615c3e5a63a79aa4a84e9ecaba50888f0d.tar.bz2 AstralQuote-ATC-c38cae615c3e5a63a79aa4a84e9ecaba50888f0d.zip | |
Made some changes on the help command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ client.on('message', message => { .setDescription('Every command that you input in this bot you must use the following prefix `!`.') .setThumbnail('https://cdn.discordapp.com/avatars/373224323529310208/10311b6f6bb439681480b0ced7efaf66.png?size=2048') .setColor("#FF0000") - .addField("- General Commands", "ping\npong\ninvitebot\nreboot\npoweroff", true) + .addField("- General Commands", "ping\npong\ninvitebot\ncontribute\nreboot\npoweroff", true) .addField("- Quote Commands", "quoteoftheday\nforcequote", true) .setFooter("AstrelQuact Copyright 2017. This was made by TheRandomMelon and vicr123 and modified by Alee14.") message.channel.send(embed); |
