Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 committed Aug 26, 2024
1 parent b5bc743 commit 297e71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions disnake/embeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 297e71c

Please sign in to comment.