From 80a4479cd6ac7a1bb86270ca327dc1fa45e560de Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 1 Aug 2017 15:36:51 -0400 Subject: Bug fixes --- aleebot.js | 6 +++--- 1 file 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!```'); } -- cgit v1.2.3