aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-01 15:36:51 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-01 15:36:51 -0400
commit80a4479cd6ac7a1bb86270ca327dc1fa45e560de (patch)
tree0b69246e222748685ea94124af3354e41c39b49e
parent6c38d0018ddbda5331c24ebdaab76a4e55233d95 (diff)
downloadAleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.tar.gz
AleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.tar.bz2
AleeBot-80a4479cd6ac7a1bb86270ca327dc1fa45e560de.zip
Bug fixes
-rw-r--r--aleebot.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/aleebot.js b/aleebot.js
index 808bc8c..c5da7d2 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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!```');
}