disabledDefaultCommands bug
Closed this issue · 1 comments
arijitdn commented
Use disabledDefaultCommands
and disable any default command (I disabled customcommand) after that start your bot, your slash commands won't register and other default commands (expect channelonly) won't register too.
Infact the prefix commands of the same slash commands work, but slash commands won't register except 1 or 2 default commands.
AlexzanderFlores commented
This should be fixed in version 2.0.3. Also the default commands are now available through an enum to prevent typos: https://github.com/AlexzanderFlores/WOKCommands-v2/blob/main/src/util/DefaultCommands.ts