From 8b5916c266581c3e877651299b648b5a9afe44f8 Mon Sep 17 00:00:00 2001 From: EQUENOS <50338932+EQUENOS@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:41:41 +0300 Subject: [PATCH] docs: hide the `ext.commands` prefix in changelog entries --- changelog/260.deprecate.0.rst | 2 +- changelog/260.deprecate.1.rst | 2 +- changelog/260.deprecate.2.rst | 2 +- changelog/260.feature.0.rst | 2 +- changelog/260.feature.1.rst | 2 +- changelog/260.feature.2.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog/260.deprecate.0.rst b/changelog/260.deprecate.0.rst index 51658a46cd..d268a8b7c0 100644 --- a/changelog/260.deprecate.0.rst +++ b/changelog/260.deprecate.0.rst @@ -1 +1 @@ -|commands| :attr:`.ext.commands.InteractionBot.all_slash_commands`, :attr:`.ext.commands.InteractionBot.all_user_commands`, :attr:`.ext.commands.InteractionBot.all_message_commands` are deprecated. +|commands| :attr:`~disnake.ext.commands.InteractionBot.all_slash_commands`, :attr:`~disnake.ext.commands.InteractionBot.all_user_commands`, :attr:`~disnake.ext.commands.InteractionBot.all_message_commands` are deprecated. diff --git a/changelog/260.deprecate.1.rst b/changelog/260.deprecate.1.rst index d383c8394b..016ce80e2a 100644 --- a/changelog/260.deprecate.1.rst +++ b/changelog/260.deprecate.1.rst @@ -1 +1 @@ -|commands| :meth:`.ext.commands.InteractionBot.add_slash_command`, :meth:`.ext.commands.InteractionBot.add_user_command`, :meth:`.ext.commands.InteractionBot.add_message_command` are deprecated. +|commands| :meth:`~disnake.ext.commands.InteractionBot.add_slash_command`, :meth:`~disnake.ext.commands.InteractionBot.add_user_command`, :meth:`~disnake.ext.commands.InteractionBot.add_message_command` are deprecated. diff --git a/changelog/260.deprecate.2.rst b/changelog/260.deprecate.2.rst index bf20c12a10..d59cb2a5da 100644 --- a/changelog/260.deprecate.2.rst +++ b/changelog/260.deprecate.2.rst @@ -1 +1 @@ -|commands| :meth:`.ext.commands.InteractionBot.remove_slash_command`, :meth:`.ext.commands.InteractionBot.remove_user_command`, :meth:`.ext.commands.InteractionBot.remove_message_command` are deprecated. +|commands| :meth:`~disnake.ext.commands.InteractionBot.remove_slash_command`, :meth:`~disnake.ext.commands.InteractionBot.remove_user_command`, :meth:`~disnake.ext.commands.InteractionBot.remove_message_command` are deprecated. diff --git a/changelog/260.feature.0.rst b/changelog/260.feature.0.rst index 2c5ae38652..2d7b1e472c 100644 --- a/changelog/260.feature.0.rst +++ b/changelog/260.feature.0.rst @@ -1 +1 @@ -|commands| Add :meth:`.ext.commands.InteractionBot.add_app_command` and :meth:`.ext.commands.InteractionBot.remove_app_command`. +|commands| Add :meth:`~disnake.ext.commands.InteractionBot.add_app_command` and :meth:`~disnake.ext.commands.InteractionBot.remove_app_command`. diff --git a/changelog/260.feature.1.rst b/changelog/260.feature.1.rst index e48cb5a22e..6961119fd3 100644 --- a/changelog/260.feature.1.rst +++ b/changelog/260.feature.1.rst @@ -1 +1 @@ -|commands| Add ``guild_id`` parameter to :meth:`.ext.commands.InteractionBot.get_slash_command`, :meth:`.ext.commands.InteractionBot.get_user_command`, and :meth:`.ext.commands.InteractionBot.get_message_command`. +|commands| Add ``guild_id`` parameter to :meth:`~disnake.ext.commands.InteractionBot.get_slash_command`, :meth:`~disnake.ext.commands.InteractionBot.get_user_command`, and :meth:`~disnake.ext.commands.InteractionBot.get_message_command`. diff --git a/changelog/260.feature.2.rst b/changelog/260.feature.2.rst index 191f973b7e..b04d1d380d 100644 --- a/changelog/260.feature.2.rst +++ b/changelog/260.feature.2.rst @@ -1 +1 @@ -|commands| Add :class:`.ext.commands.ApplicationCommandRegistrationError`. +|commands| Add :class:`~disnake.ext.commands.ApplicationCommandRegistrationError`.