aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 440376e..50d9f0b 100644
--- a/bot.js
+++ b/bot.js
@@ -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);