diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 17:01:54 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 17:01:54 -0400 |
| commit | 564ae693a1746a975ae5c27eb1fa5bb1b0ec7840 (patch) | |
| tree | b2e3f217899f7fa17b8b5c376de07e6e35f3e256 | |
| parent | 9eb4cb49fe8a5167ce201c08755b4f235f73dd18 (diff) | |
| download | AleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.tar.gz AleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.tar.bz2 AleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.zip | |
Removing a command
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -149,11 +149,6 @@ client.on("message", function(message){ } - if(command === 'rm'){ - message.reply('Coming soon'); - - } - 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"); |
