diff --git a/disnake/ext/commands/interaction_bot_base.py b/disnake/ext/commands/interaction_bot_base.py index bea7259e22..63e7f8009f 100644 --- a/disnake/ext/commands/interaction_bot_base.py +++ b/disnake/ext/commands/interaction_bot_base.py @@ -87,7 +87,7 @@ class AppCmdIndex(NamedTuple): Attributes ---------- - type: :class:`ApplicationCommandType` + type: :class:`disnake.ApplicationCommandType` The type of the application command being stored. name: :class:`str` The name of the application command being stored.