From f831767585b6cbb5c1971e461cd3b3900c4b1879 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 13 Oct 2019 14:29:37 +0200 Subject: [PATCH] docs: `on_guild_emojis_update` is a `Sequence` --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index ca27a6d37..88b3c62a8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -572,9 +572,9 @@ to handle it, which defaults to print a traceback and ignoring the exception. :param guild: The guild who got their emojis updated. :type guild: :class:`Guild` :param before: A list of emojis before the update. - :type before: List[:class:`Emoji`] + :type before: Sequence[:class:`Emoji`] :param after: A list of emojis after the update. - :type after: List[:class:`Emoji`] + :type after: Sequence[:class:`Emoji`] .. function:: on_guild_available(guild) on_guild_unavailable(guild)