Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interactions/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2487,7 +2487,7 @@ async def change_presence(
activity: The activity for the bot to be displayed as doing.

!!! note
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`

"""
await self._connection_state.change_presence(status, activity)