diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 16:55:33 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 16:55:33 -0400 |
| commit | 9eb4cb49fe8a5167ce201c08755b4f235f73dd18 (patch) | |
| tree | cc0f5e23c5b80b8b8f2242d2be0eb492254ac10f /aleebot.js | |
| parent | 22a332089b8c979871ca17c4d58d0d167ae89c18 (diff) | |
| download | AleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.tar.gz AleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.tar.bz2 AleeBot-9eb4cb49fe8a5167ce201c08755b4f235f73dd18.zip | |
I need to do this quick a thunderstorm is near my house :(
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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!```'); } |
