aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Chan <[email protected]>2020-10-16 19:44:51 -0700
committerGitHub <[email protected]>2020-10-16 22:44:51 -0400
commitb96ed4308230aeea96b67ca54a4144c10b306f9b (patch)
tree45f8e5cfb2be012e4c885aa520a0cf315aad620f /docs
parentAdd note pointing to discord.AllowedMentions (diff)
downloaddiscord.py-b96ed4308230aeea96b67ca54a4144c10b306f9b.tar.xz
discord.py-b96ed4308230aeea96b67ca54a4144c10b306f9b.zip
Fix typo in event reference
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 063c9f42..81e35720 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -713,7 +713,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
Called when a guild becomes available or unavailable. The guild must have
existed in the :attr:`Client.guilds` cache.
- This requires :attr:`Intents.emojis` to be enabled.
+ This requires :attr:`Intents.guilds` to be enabled.
:param guild: The :class:`Guild` that has changed availability.