From 564ae693a1746a975ae5c27eb1fa5bb1b0ec7840 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 31 Jul 2017 17:01:54 -0400 Subject: Removing a command --- aleebot.js | 5 ----- 1 file changed, 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"); -- cgit v1.2.3