Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing `
Browse files Browse the repository at this point in the history
onerandomusername committed Jul 28, 2022
1 parent 7fcf054 commit b6dd5ef
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
@@ -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
@@ -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
@@ -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
@@ -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

0 comments on commit b6dd5ef

Please sign in to comment.