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