diff options
| author | Muhammad Hamza <[email protected]> | 2020-09-17 18:34:17 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-23 03:21:21 -0400 |
| commit | 11aaa03ec28fc4eb1474901dbe48a75a6709882e (patch) | |
| tree | 3dde13ab4a6c251c46f22c70a6e6c988fe622cd2 | |
| parent | Disable voice cache in weird intent configurations. (diff) | |
| download | discord.py-11aaa03ec28fc4eb1474901dbe48a75a6709882e.tar.xz discord.py-11aaa03ec28fc4eb1474901dbe48a75a6709882e.zip | |
Fix presence intent docstring
| -rw-r--r-- | discord/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/flags.py b/discord/flags.py index 95445517..47a3bcae 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -503,7 +503,7 @@ class Intents(BaseFlags): @flag_value def presences(self): - """:class:`bool`: Whether guild voice state related events are enabled. + """:class:`bool`: Whether guild presence related events are enabled. This corresponds to the following events: |