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');