Skip to content

Commit

Permalink
docs: hide the ext.commands prefix in changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
EQUENOS committed Sep 22, 2023
1 parent 686bd48 commit 8b5916c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog/260.deprecate.0.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion changelog/260.deprecate.1.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion changelog/260.deprecate.2.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion changelog/260.feature.0.rst
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion changelog/260.feature.1.rst
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion changelog/260.feature.2.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
|commands| Add :class:`.ext.commands.ApplicationCommandRegistrationError`.
|commands| Add :class:`~disnake.ext.commands.ApplicationCommandRegistrationError`.

0 comments on commit 8b5916c

Please sign in to comment.