From f5a636b52746f0f02ea3219216f72c59637801e7 Mon Sep 17 00:00:00 2001 From: TheCakeChicken Date: Sun, 28 Jun 2020 23:18:16 +0100 Subject: [PATCH] Disable command --- src/commands/kitsune.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/kitsune.js b/src/commands/kitsune.js index a7f535a..27746fc 100644 --- a/src/commands/kitsune.js +++ b/src/commands/kitsune.js @@ -13,7 +13,7 @@ exports.run = async (client, message, args) => { }; exports.conf = { - enabled: true, + enabled: false, guildOnly: false, aliases: ['foxgirl'], permLevel: "User",