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
instead of using decorators to register events, override a subclass of discord.Client with the desired coroutines. this will remove the client from the global state and make it easier to extend the application
instead of using decorators to register events, override a subclass of
discord.Clientwith the desired coroutines. this will remove the client from the global state and make it easier to extend the application