Browse Source

Fix presence intent docstring

pull/5849/head
Muhammad Hamza 5 years ago
committed by Rapptz
parent
commit
11aaa03ec2
  1. 2
      discord/flags.py

2
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:

Loading…
Cancel
Save