From 13a47dfe6ec2e07502362564e3b921c0dee80524 Mon Sep 17 00:00:00 2001 From: LightSage Date: Sat, 31 Jul 2021 23:40:41 +0000 Subject: [PATCH] Fix docs for stickers --- discord/abc.py | 2 +- docs/api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index 494f17e94..0c077dae8 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1311,7 +1311,7 @@ class Messageable: A list of embeds to upload. Must be a maximum of 10. .. versionadded:: 2.0 - stickers: Sequence[Union[:class:`GuildSticker`, :class:`StickerItem`]] + stickers: Sequence[Union[:class:`~discord.GuildSticker`, :class:`~discord.StickerItem`]] A list of stickers to upload. Must be a maximum of 3. .. versionadded:: 2.0 diff --git a/docs/api.rst b/docs/api.rst index 1c50190b3..f10099139 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3124,7 +3124,7 @@ AuditLogDiff The format type of a sticker being changed. - See also :attr:`GuildSticker.format_type` + See also :attr:`GuildSticker.format` :type: :class:`StickerFormatType`