Describe the bug.
My IDE says change_presence cannot be awaited. I look at the code and see this
Of course its asynchronous within the code
List the steps.
- run
await change_presence on your bot
What you expected.
my IDE tells me to await it
What you saw.
my IDE complains about awaiting a synchronous call
What version of the library did you use?
stable
Version specification
true on every version btw
Code of Conduct