diff options
| -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: |