Skip to content

Commit 8472681

Browse files
LawMixerLordOfPollspre-commit-ci[bot]
authored
docs: fix change_presence function docs (#1627)
* fix: fixed change_presence function docs * ci: correct from checks. --------- Co-authored-by: LordOfPolls <dev@lordofpolls.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 71d1385 commit 8472681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ async def change_presence(
24912491
activity: The activity for the bot to be displayed as doing.
24922492
24932493
!!! note
2494-
Bots may only be `playing` `streaming` `listening` `watching` or `competing`, other activity types are likely to fail.
2494+
Bots may only be `playing` `streaming` `listening` `watching` `competing` or `custom`
24952495
24962496
"""
24972497
await self._connection_state.change_presence(status, activity)

0 commit comments

Comments
 (0)