Skip to content

Commit

Permalink
docs: group some changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
EQUENOS committed Sep 22, 2023
1 parent f80dbf6 commit 4ed930d
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 15 deletions.
4 changes: 3 additions & 1 deletion changelog/260.deprecate.0.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
|commands| :attr:`InteractionBotBase.all_slash_commands` is deprecated.
|commands| :attr:`InteractionBot.all_slash_commands`,
:attr:`InteractionBot.all_user_commands`,
:attr:`InteractionBot.all_message_commands` are deprecated.
4 changes: 3 additions & 1 deletion changelog/260.deprecate.1.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
|commands| :attr:`InteractionBotBase.all_user_commands` is deprecated.
|commands| :meth:`InteractionBot.add_slash_command`,
:meth:`InteractionBot.add_user_command`,
:meth:`InteractionBot.add_message_command` are deprecated.
4 changes: 3 additions & 1 deletion changelog/260.deprecate.2.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
|commands| :attr:`InteractionBotBase.all_message_commands` is deprecated.
|commands| :meth:`InteractionBot.remove_slash_command`,
:meth:`InteractionBot.remove_user_command`,
:meth:`InteractionBot.remove_message_command` are deprecated.
1 change: 0 additions & 1 deletion changelog/260.deprecate.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.deprecate.4.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.deprecate.5.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.deprecate.6.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.deprecate.7.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.deprecate.8.rst

This file was deleted.

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:`InteractionBotBase.add_app_command`.
|commands| Add :meth:`InteractionBot.add_app_command` and :meth:`InteractionBot.remove_app_command`.
3 changes: 2 additions & 1 deletion changelog/260.feature.1.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
|commands| Add :meth:`InteractionBotBase.remove_app_command`.
|commands| Add ``guild_id`` parameter to :meth:`InteractionBot.get_slash_command`,
:meth:`InteractionBot.get_user_command`, and :meth:`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 ``guild_id`` parameter to :meth:`InteractionBotBase.get_slash_command`.
|commands| Add :class:`AppCommandRegistrationError`.
1 change: 0 additions & 1 deletion changelog/260.feature.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.feature.4.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/260.feature.5.rst

This file was deleted.

0 comments on commit 4ed930d

Please sign in to comment.