Skip to content

Commit

Permalink
[docs] Fix StickerPack reference not found
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofandrin committed Aug 7, 2024
1 parent 12a8989 commit 9f24fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@ async def fetch_premium_sticker_pack(self, sticker_pack_id: int, /) -> StickerPa
Returns
-------
:class:`StickerPack`
:class:`.StickerPack`
The retrieved premium sticker pack.
"""
data = await self.http.get_sticker_pack(sticker_pack_id)
Expand Down

0 comments on commit 9f24fd7

Please sign in to comment.