You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like if you are using more than one module that is using CommandHandler you will be getting pointless “Nothing to dispatch” warnings (command exists, but in another module. Therefore CommandHandler of the current module decides to throw a warning).
Possible workaround is to use inheritance and smash everything into one module. I don't really want to do that though.
The text was updated successfully, but these errors were encountered:
It seems like if you are using more than one module that is using
CommandHandler
you will be getting pointless “Nothing to dispatch” warnings (command exists, but in another module. Therefore CommandHandler of the current module decides to throw a warning).Possible workaround is to use inheritance and smash everything into one module. I don't really want to do that though.
The text was updated successfully, but these errors were encountered: