mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Revert "Still working on the moderation feature"
This reverts commit d45b3290f0
.
This commit is contained in:
parent
cc593bbe77
commit
1836fbb325
1 changed files with 4 additions and 5 deletions
|
@ -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!```');
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue