aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-31 17:01:54 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-31 17:01:54 -0400
commit564ae693a1746a975ae5c27eb1fa5bb1b0ec7840 (patch)
treeb2e3f217899f7fa17b8b5c376de07e6e35f3e256 /aleebot.js
parent9eb4cb49fe8a5167ce201c08755b4f235f73dd18 (diff)
downloadAleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.tar.gz
AleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.tar.bz2
AleeBot-564ae693a1746a975ae5c27eb1fa5bb1b0ec7840.zip
Removing a command
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/aleebot.js b/aleebot.js
index 30bb57d..6d6e0bb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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");