From 6c904975dea94ae3a8ba341a98d2af0e7c50d942 Mon Sep 17 00:00:00 2001 From: Mep Pep Date: Sat, 10 Jun 2017 14:33:59 -0400 Subject: [PATCH] Disabled /give for now..... This is because of the huge error.... --- app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index e90cf1f..79104d8 100644 --- a/app.js +++ b/app.js @@ -458,7 +458,7 @@ sniperbot.on('message', message => { return; } - if (command === "give"){ + /*if (command === "give"){ var giver = message.member; if(args.length!=2){ message.channel.sendMessage('Use "/give <@user> "'); @@ -486,7 +486,7 @@ sniperbot.on('message', message => { message.channel.sendMessage(giver+" has given "+amount+" QP to "+reciever); return; - } + }*/ if (command==="strike"){ if(permission<1){ @@ -660,4 +660,4 @@ sniperbot.on("guildMemberAdd", member =>{ inBalances(member); }); -sniperbot.login('MzIwNzE1NzY3OTEyMDcxMTY5.DBThWQ._MJbDpHR9cLnEHZi6BPj2ok7yFw'); \ No newline at end of file +sniperbot.login('MzIwNzE1NzY3OTEyMDcxMTY5.DBThWQ._MJbDpHR9cLnEHZi6BPj2ok7yFw');