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