From 9eb4cb49fe8a5167ce201c08755b4f235f73dd18 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 31 Jul 2017 16:55:33 -0400 Subject: I need to do this quick a thunderstorm is near my house :( --- aleebot.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'aleebot.js') 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!```'); } -- cgit v1.2.3