From da9abca74d18e55a411f0998f459ff038108343b Mon Sep 17 00:00:00 2001 From: Mikey <8661717+sgtlaggy@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:47:44 -0700 Subject: [PATCH] Remove text about intents being optional --- docs/intents.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/intents.rst b/docs/intents.rst index 1c74195c8..e805c5ff7 100644 --- a/docs/intents.rst +++ b/docs/intents.rst @@ -11,8 +11,6 @@ In version 1.5 comes the introduction of :class:`Intents`. This is a radical cha These intents are passed to the constructor of :class:`Client` or its subclasses (:class:`AutoShardedClient`, :class:`~.AutoShardedBot`, :class:`~.Bot`) with the ``intents`` argument. -If intents are not passed, then the library defaults to every intent being enabled except the privileged intents, currently :attr:`Intents.members` and :attr:`Intents.presences`. - What intents are needed? --------------------------