We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d1385 commit 8472681Copy full SHA for 8472681
interactions/client/client.py
@@ -2491,7 +2491,7 @@ async def change_presence(
2491
activity: The activity for the bot to be displayed as doing.
2492
2493
!!! note
2494
- Bots may only be `playing` `streaming` `listening` `watching` or `competing`, other activity types are likely to fail.
+ Bots may only be `playing` `streaming` `listening` `watching` `competing` or `custom`
2495
2496
"""
2497
await self._connection_state.change_presence(status, activity)
0 commit comments