aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 18:18:53 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 18:46:32 -0400
commit1836fbb3256cb1f1e8f7ea48e003ac7e604a5b5d (patch)
treeb8f9a52e384d1d503de5e6c2bc2208160e9bec15
parentcc593bbe7710cbdaff05c055bc3c2bcda45d21d6 (diff)
downloadAleeBot-1836fbb3256cb1f1e8f7ea48e003ac7e604a5b5d.tar.gz
AleeBot-1836fbb3256cb1f1e8f7ea48e003ac7e604a5b5d.tar.bz2
AleeBot-1836fbb3256cb1f1e8f7ea48e003ac7e604a5b5d.zip
Revert "Still working on the moderation feature"
This reverts commit d45b3290f0a835bdedcc89091ce609df738e68b0.
-rw-r--r--aleebot.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/aleebot.js b/aleebot.js
index 9a3b9e7..14603ef 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -150,14 +150,13 @@ 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("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' +
+ 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' +
'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!```');
}
});