diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-01 15:36:51 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-01 15:36:51 -0400 |
| commit | 80a4479cd6ac7a1bb86270ca327dc1fa45e560de (patch) | |
| tree | 0b69246e222748685ea94124af3354e41c39b49e | |
| parent | 6c38d0018ddbda5331c24ebdaab76a4e55233d95 (diff) | |
| download | AleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.tar.gz AleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.tar.bz2 AleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.zip | |
Bug fixes
| -rw-r--r-- | aleebot.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -154,9 +154,9 @@ client.on("message", function(message){ return message.reply("Hey! Your not a Co-Owner or Admin or Moderator!"); message.reply("This is working progress if you want to help do **"+prefix+"git** then go to the site and start a pull request") message.channel.send ('```Commands for Staff!\n\n' + - ''+prefix+'kick Kicks people\n' + - ''+prefix'ban Bans People\n' + - ""+prefiix+"rm Removes the message with a amount\n" + + 'ab:kick Kicks people\n' + + 'ab:ban Bans People\n' + + "ab:rm Removes the message with a amount\n" + 'Please note that we are still working on this feature!```'); } |
