From 304a829521ed2e3c25a25a32bf9d43796e4af45e Mon Sep 17 00:00:00 2001 From: EQUENOS <50338932+EQUENOS@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:34:32 +0300 Subject: [PATCH] docs: fix a reference --- disnake/ext/commands/interaction_bot_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.