From 1fc5151cff60ca7fe75a125c832b9895010abf10 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sat, 23 Mar 2019 15:16:55 +0100 Subject: [PATCH] Moved to reserved and only work on spb5k guild --- commands/{hidden => reserved}/fartpiss.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename commands/{hidden => reserved}/fartpiss.js (88%) diff --git a/commands/hidden/fartpiss.js b/commands/reserved/fartpiss.js similarity index 88% rename from commands/hidden/fartpiss.js rename to commands/reserved/fartpiss.js index 005d847..5eecbc0 100644 --- a/commands/hidden/fartpiss.js +++ b/commands/reserved/fartpiss.js @@ -6,7 +6,7 @@ class fartpissCommand extends Command { aliases: ['fartpiss'], cooldown: 86400000, ratelimit: 5, - category: 'hidden', + category: 'reserver', args: [ { id: 'member', @@ -22,6 +22,10 @@ class fartpissCommand extends Command { } async exec(message, args) { + if (message.guild.id != '240843640375607296') { + return; + } + if (!args.member) { message.guild.members.get(message.author.id).setNickname('fart piss') .then(() => message.channel.send('sucessfully fart pissed on you <:youngtroll:488559163832795136'))