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
Not having to call register_handler for each event handler would simplify the bot setup. Using Module composition instead of inheritance would allow us to use self.included to auto-register all the event handlers in a bot application.
Not having to call
register_handlerfor each event handler would simplify the bot setup. Using Module composition instead of inheritance would allow us to useself.includedto auto-register all the event handlers in a bot application.