Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“Nothing to dispatch” warning when using multiple modules #16

Closed
AlexDaniel opened this issue Nov 7, 2015 · 1 comment
Closed

Comments

@AlexDaniel
Copy link

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.

@AlexDaniel AlexDaniel mentioned this issue Nov 7, 2015
@AlexDaniel
Copy link
Author

Ah! This message was removed in f782970!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant