aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 18:56:09 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 18:56:09 -0400
commita691fa27c52bfffd1d1429339fa0b1dd9236b34d (patch)
tree04544126613a079c72ea5707079b645895cc7945
parent43e1cd0b3ed68e004926184fabbfd016f80cd4ff (diff)
downloadAleeBot-a691fa27c52bfffd1d1429339fa0b1dd9236b34d.tar.gz
AleeBot-a691fa27c52bfffd1d1429339fa0b1dd9236b34d.tar.bz2
AleeBot-a691fa27c52bfffd1d1429339fa0b1dd9236b34d.zip
Changes
-rw-r--r--aleebot.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 71a01a8..0403b55 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -152,11 +152,12 @@ client.on("message", function(message){
if(command === 'mod'){
if(!message.member.roles.some(r=>["Admin", "Moderator","Co-Owner"].includes(r.name)) )
return message.reply("Hey! Your not a Co-Owner/Admin/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' +
'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! If you want to help do ab:git then go to the site and start a pull request```');
+ 'Please note that we are still working on this feature!```');
}
});