diff options
| author | LightSage <[email protected]> | 2021-07-31 23:40:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-31 19:40:41 -0400 |
| commit | 13a47dfe6ec2e07502362564e3b921c0dee80524 (patch) | |
| tree | 121f3efa7f157cd528b821f93f2d6142aab2c91f /discord/abc.py | |
| parent | Update description of auto_archive_duration kwarg of Thread.edit (diff) | |
| download | discord.py-13a47dfe6ec2e07502362564e3b921c0dee80524.tar.xz discord.py-13a47dfe6ec2e07502362564e3b921c0dee80524.zip | |
Fix docs for stickers
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index 494f17e9..0c077dae 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 |