Browse Source

Fix typo in event reference

v1.5.x
Eric Chan 5 years ago
committed by GitHub
parent
commit
b96ed43082
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.rst

2
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.

Loading…
Cancel
Save