SubcommandErrorEvent how to?
I have this code for defining listener for subcommand error event
I register it in "listeners" store like this:
But error still logs in to the console when I'm throwing YumeError. I don't have logs in
logCommand
and interactionError
I have literally the same listeners for default commands that aren't subcommands and it works like expected. What can be the problem?0 Replies