File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ class ApplicationCommand(ABC):
474
474
Defaults to ``False``.
475
475
476
476
.. versionadded:: 2.6
477
- id: Optional[:class:`int]
477
+ id: Optional[:class:`int` ]
478
478
The ID of the command, if there is a representation on Discord.
479
479
480
480
.. versionadded:: 2.6
@@ -633,7 +633,7 @@ class UserCommand(ApplicationCommand):
633
633
634
634
.. versionadded:: 2.6
635
635
636
- id: Optional[:class:`int]
636
+ id: Optional[:class:`int` ]
637
637
The ID of the command, if there is a representation on Discord.
638
638
639
639
.. versionadded:: 2.6
@@ -740,7 +740,7 @@ class MessageCommand(ApplicationCommand):
740
740
741
741
.. versionadded:: 2.6
742
742
743
- id: Optional[:class:`int]
743
+ id: Optional[:class:`int` ]
744
744
The ID of the command, if there is a representation on Discord.
745
745
746
746
.. versionadded:: 2.6
@@ -857,7 +857,7 @@ class SlashCommand(ApplicationCommand):
857
857
options: List[:class:`Option`]
858
858
The list of options the slash command has.
859
859
860
- id: Optional[:class:`int]
860
+ id: Optional[:class:`int` ]
861
861
The ID of the command, if there is a representation on Discord.
862
862
863
863
.. versionadded:: 2.6
You can’t perform that action at this time.
0 commit comments