diff options
| -rw-r--r-- | docs/api.rst | 2 |
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. |