aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 16:55:33 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 16:55:33 -0400
commit9eb4cb49fe8a5167ce201c08755b4f235f73dd18 (patch)
treecc0f5e23c5b80b8b8f2242d2be0eb492254ac10f
parent22a332089b8c979871ca17c4d58d0d167ae89c18 (diff)
downloadAleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.tar.gz
AleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.tar.bz2
AleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.zip
I need to do this quick a thunderstorm is near my house :(
-rw-r--r--aleebot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/aleebot.js b/aleebot.js
index 5318c23..30bb57d 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -92,7 +92,8 @@ client.on("message", function(message){
'**'+prefix+'suggest** You suggest things (working progress).\n' +
'**'+prefix+'userinfo** Tells you your info about you.\n' +
'**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
- '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.', true)
+ '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' +
+ '**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true)
.setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + ver + "!")
.setColor(0x00FFFF)
message.channel.sendEmbed(embed);
@@ -160,8 +161,6 @@ client.on("message", function(message){
'ab:kick Kicks people\n' +
'ab:ban Bans People\n' +
"ab:rm Removes the message with a amount\n" +
- 'ab:ya Working on this\n' +
- 'ab:suggest You suggest things (working progress)\n\n' +
'Please note that we are still working on this feature!```');
}