From 21d4df30b319168e94457680a97439505f7afdfb Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Thu, 18 Jun 2020 20:46:42 +1000 Subject: [PATCH] disabled neko/nekogif --- src/commands/neko.js | 2 +- src/commands/nekogif.js | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/neko.js b/src/commands/neko.js index 6594e6f..7694a91 100644 --- a/src/commands/neko.js +++ b/src/commands/neko.js @@ -13,7 +13,7 @@ exports.run = async (client, message, args) => { }; exports.conf = { - enabled: true, + enabled: false, guildOnly: false, aliases: ["catgirl"], permLevel: "User", diff --git a/src/commands/nekogif.js b/src/commands/nekogif.js index 1b729ce..ae6c91d 100644 --- a/src/commands/nekogif.js +++ b/src/commands/nekogif.js @@ -13,7 +13,7 @@ exports.run = async (client, message, args) => { }; exports.conf = { - enabled: true, + enabled: false, guildOnly: false, aliases: ["catgirlgif"], permLevel: "User", diff --git a/version.json b/version.json index 0cf84d4..880742a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "number": "1.3.4", + "number": "1.3.5", "changelog": "**1.3.0 Changelog:**\n> • Music module has been rewritten for better stability and lots more features\n> • Force disconnecting Woomy from a voice channel no longer breaks music\n> • Music should (hopefully) break less in general\n> • Existing music commands have been rewritten\n> • Added the following new commands: fixmusic, movehere, movesong, playnext, shuffle, songinfo, volume\n> • Updated ship command\n**Notes:**\n> • This will be the final major update to Woomy V1, as we are shifting our focus to Woomy V2, which is a complete rewrite." }