Skip to content

Commit

Permalink
Update disnake/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Victor <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and Victorsitou authored Nov 26, 2024
1 parent 8247fa3 commit e38bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ async def create_application_emoji(self, *, name: str, image: AssetBytes) -> Emo
HTTPException
An error occurred creating an app emoji.
TypeError
The ``image`` asset is a lottie sticker (see :func:`Sticker.read`).
The ``image`` asset is a lottie sticker (see :func:`Sticker.read <disnake.Sticker.read>`).
ValueError
Wrong image format passed for ``image``.
Expand Down

0 comments on commit e38bda8

Please sign in to comment.