diff options
| -rw-r--r-- | docs/intents.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intents.rst b/docs/intents.rst index cda81380..7f937658 100644 --- a/docs/intents.rst +++ b/docs/intents.rst @@ -157,7 +157,7 @@ For example: .. code-block:: python3 import discord - intents = discord.Intents() + intents = discord.Intents.default() intents.members = True # Somewhere else: |