aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 18:18:53 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 18:18:53 -0400
commitd45b3290f0a835bdedcc89091ce609df738e68b0 (patch)
tree8dd6548900d0013bf699a0aea2c214216a29ab27 /aleebot.js
parent1f9e2a5f7c8996978aa0859d18189ca74a113a2b (diff)
downloadAleeBot-d45b3290f0a835bdedcc89091ce609df738e68b0.tar.gz
AleeBot-d45b3290f0a835bdedcc89091ce609df738e68b0.tar.bz2
AleeBot-d45b3290f0a835bdedcc89091ce609df738e68b0.zip
Still working on the moderation feature
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/aleebot.js b/aleebot.js
index 703f4e4..e749a3a 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -150,13 +150,14 @@ 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.channel.send ('```Commands for Staff!\n\n' +
+ // 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("We're working on the moderation feature if you want to help do **"+prefix+"git** then start a git 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!```');
+ 'Please note that we are still working on this feature!```');*/
}
});