Browse Source

Fix docs for stickers

pull/7324/head
LightSage 4 years ago
committed by GitHub
parent
commit
13a47dfe6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/abc.py
  2. 2
      docs/api.rst

2
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

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

Loading…
Cancel
Save