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 /docs | |
| 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 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1c50190b..f1009913 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` |