Skip to content

Support: Migrating 2.2.0 -> 3.0.0 #71

Description

@numberoverzero

Migration Guide

Please post any questions or issues you encounter migrating to 3.0.0, especially anything not covered or unclear in the migration guide above.

Some possible issues:

  • migrating send(event) -> async send(event)
  • migrating trigger(event) -> async trigger(event)
  • __event__ added to **kwargs for all handlers
  • handle_raw removed (raw_handlers -> message_handlers)
  • migrating send_raw(message) -> async send_message(message)
  • removal of explicit loop argument

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions