From 022b5f7902b78890c4f63210887f841b4d01752e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 3 Oct 2020 01:42:50 -0400 Subject: [PATCH] Update intent documentation to use defaults --- docs/intents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intents.rst b/docs/intents.rst index cda813808..7f9376584 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: