From c38cae615c3e5a63a79aa4a84e9ecaba50888f0d Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 27 Oct 2017 13:54:39 -0400 Subject: Made some changes on the help command --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3