Skip to content

Commit 7540d25

Browse files
fix: add missing `
1 parent 1d532bd commit 7540d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

disnake/app_commands.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ class ApplicationCommand(ABC):
474474
Defaults to ``False``.
475475
476476
.. versionadded:: 2.6
477-
id: Optional[:class:`int]
477+
id: Optional[:class:`int`]
478478
The ID of the command, if there is a representation on Discord.
479479
480480
.. versionadded:: 2.6
@@ -633,7 +633,7 @@ class UserCommand(ApplicationCommand):
633633
634634
.. versionadded:: 2.6
635635
636-
id: Optional[:class:`int]
636+
id: Optional[:class:`int`]
637637
The ID of the command, if there is a representation on Discord.
638638
639639
.. versionadded:: 2.6
@@ -740,7 +740,7 @@ class MessageCommand(ApplicationCommand):
740740
741741
.. versionadded:: 2.6
742742
743-
id: Optional[:class:`int]
743+
id: Optional[:class:`int`]
744744
The ID of the command, if there is a representation on Discord.
745745
746746
.. versionadded:: 2.6
@@ -857,7 +857,7 @@ class SlashCommand(ApplicationCommand):
857857
options: List[:class:`Option`]
858858
The list of options the slash command has.
859859
860-
id: Optional[:class:`int]
860+
id: Optional[:class:`int`]
861861
The ID of the command, if there is a representation on Discord.
862862
863863
.. versionadded:: 2.6

0 commit comments

Comments
 (0)