Skip to content

Commit

Permalink
fix: add missing `
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Jul 27, 2022
1 parent e39bffc commit 2df688b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions disnake/app_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class ApplicationCommand(ABC):
Defaults to ``False``.
.. versionadded:: 2.6
id: Optional[:class:`int]
id: Optional[:class:`int`]
The ID of the command, if there is a representation on Discord.
.. versionadded:: 2.6
Expand Down Expand Up @@ -633,7 +633,7 @@ class UserCommand(ApplicationCommand):
.. versionadded:: 2.6
id: Optional[:class:`int]
id: Optional[:class:`int`]
The ID of the command, if there is a representation on Discord.
.. versionadded:: 2.6
Expand Down Expand Up @@ -740,7 +740,7 @@ class MessageCommand(ApplicationCommand):
.. versionadded:: 2.6
id: Optional[:class:`int]
id: Optional[:class:`int`]
The ID of the command, if there is a representation on Discord.
.. versionadded:: 2.6
Expand Down Expand Up @@ -857,7 +857,7 @@ class SlashCommand(ApplicationCommand):
options: List[:class:`Option`]
The list of options the slash command has.
id: Optional[:class:`int]
id: Optional[:class:`int`]
The ID of the command, if there is a representation on Discord.
.. versionadded:: 2.6
Expand Down

0 comments on commit 2df688b

Please sign in to comment.