From d4491403a290be5a01778d70f268264f037a8550 Mon Sep 17 00:00:00 2001 From: "Mr.Bill_Hub" <75666113+Bill716@users.noreply.github.com> Date: Tue, 7 Jun 2022 20:40:31 +0200 Subject: [PATCH] update command --- commands/other/help.js | 4 ++-- commands/{nsfw => other}/kanna.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename commands/{nsfw => other}/kanna.js (100%) diff --git a/commands/other/help.js b/commands/other/help.js index bdff50c..3de97c8 100644 --- a/commands/other/help.js +++ b/commands/other/help.js @@ -5,9 +5,9 @@ exports.run = async (client, message, args) => { var help = new Discord.MessageEmbed() .setAuthor('Help :') .setDescription(`Prefix : ${client.config.prefix}\nList of commands :`) - .addField('NSFW :underage: :', '`4k`, `futa`, `gonewild`, `blowjob`, `hthigh`, `feet`, `hyuri`, `lewdneko`, `paizuri`, `thigh`, `anal`, `ass`, `hentai_anal`, `boobs`, `kanna`, `hanal`, `hass`, `hboobs`, `hentai`, `hkitsune`, `hmidriff`, `hneko`, `holo`, `kemonomimi`, `neko`, `pgif`, `pussy`, `yaoi`') + .addField('NSFW :underage: :', '`4k`, `futa`, `gonewild`, `blowjob`, `hthigh`, `feet`, `hyuri`, `lewdneko`, `paizuri`, `thigh`, `anal`, `ass`, `hentai_anal`, `boobs`, `hanal`, `hass`, `hboobs`, `hentai`, `hkitsune`, `hmidriff`, `hneko`, `holo`, `kemonomimi`, `neko`, `pgif`, `pussy`, `yaoi`') .addField('NSW :', '`food`, `coffee`') - .addField('Other :', '`help`, `gah`, `stats`') + .addField('Other :', '`help`, `gah`, `kanna`, `stats`') .setTimestamp() message.channel.send(help) diff --git a/commands/nsfw/kanna.js b/commands/other/kanna.js similarity index 100% rename from commands/nsfw/kanna.js rename to commands/other/kanna.js