mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
fix dsicord help th ing
This commit is contained in:
parent
5105666bcd
commit
aab744f1eb
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue