This commit is contained in:
iDutchy
2020-10-17 18:42:19 -05:00
parent a09e096d42
commit d75cd66b90
14 changed files with 128 additions and 5 deletions

View File

@@ -157,7 +157,7 @@ For example:
.. code-block:: python3
import discord
intents = discord.Intents()
intents = discord.Intents.default()
intents.members = True
# Somewhere else: