fix dsicord help th ing

This commit is contained in:
ChomeNS 2022-11-27 09:08:07 +07:00
parent 5105666bcd
commit aab744f1eb

View file

@ -129,7 +129,7 @@ module.exports = {
supportedCommands += command.name + ' ';
}
for (const command of bot.command_handler.commands) {
if (!command.discordExecute) continue;
if (command.discordExecute) continue;
unsupportedCommands += command.name + ' ';
}
const Embed = new MessageEmbed()