From 297e71c038b59a0b782ab4d9e3f16ec20720bc96 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:48:10 +0200 Subject: [PATCH] fix docs --- disnake/embeds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disnake/embeds.py b/disnake/embeds.py index 8e20cafc43..337c7cb8d0 100644 --- a/disnake/embeds.py +++ b/disnake/embeds.py @@ -422,7 +422,7 @@ def set_footer( icon_url: Optional[:class:`str`] The URL of the footer icon. Only HTTP(S) is supported. - file: :clas:`File` + file: :class:`File` The file to use as the image. .. versionadded:: 2.10 @@ -637,7 +637,7 @@ def set_author( The URL for the author. icon_url: Optional[:class:`str`] The URL of the author icon. Only HTTP(S) is supported. - file: :clas:`File` + file: :class:`File` The file to use as the image. .. versionadded:: 2.10