From b96ed4308230aeea96b67ca54a4144c10b306f9b Mon Sep 17 00:00:00 2001 From: Eric Chan <67029526+Fresh-Mouse@users.noreply.github.com> Date: Fri, 16 Oct 2020 19:44:51 -0700 Subject: [PATCH] Fix typo in event reference --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 063c9f428..81e35720b 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.