From 7540d25121e20047a984c0b2a1cdd70d0a61b053 Mon Sep 17 00:00:00 2001 From: onerandomusername Date: Wed, 27 Jul 2022 15:40:01 -0400 Subject: [PATCH] fix: add missing ` --- disnake/app_commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/disnake/app_commands.py b/disnake/app_commands.py index 020260af27..68c42dd84a 100644 --- a/disnake/app_commands.py +++ b/disnake/app_commands.py @@ -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