From e38bda8e87ff24c655e9051c22db103080c1590b Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:48:53 +0100 Subject: [PATCH] Update disnake/client.py Co-authored-by: Victor <67214928+Victorsitou@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> --- disnake/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disnake/client.py b/disnake/client.py index 919827f13a..106667d1a9 100644 --- a/disnake/client.py +++ b/disnake/client.py @@ -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 `). ValueError Wrong image format passed for ``image``.