qwertyquerty / pypresence

A complete Discord IPC and Rich Presence wrapper library in Python!
https://qwertyquerty.github.io/pypresence/html/index.html
MIT License
652 stars 76 forks source link

Fix 'AioClient.on_event' was never awaited #233

Closed TheUntraceable closed 7 months ago

TheUntraceable commented 10 months ago

Asyncio expects the on_event function to not be a coroutine.

Fixes #196