From 4ed930d4b2ee55ec19506601c26279a5182e5a3a Mon Sep 17 00:00:00 2001 From: EQUENOS <50338932+EQUENOS@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:08:32 +0300 Subject: [PATCH] docs: group some changelog entries --- changelog/260.deprecate.0.rst | 4 +++- changelog/260.deprecate.1.rst | 4 +++- changelog/260.deprecate.2.rst | 4 +++- changelog/260.deprecate.3.rst | 1 - changelog/260.deprecate.4.rst | 1 - changelog/260.deprecate.5.rst | 1 - changelog/260.deprecate.6.rst | 1 - changelog/260.deprecate.7.rst | 1 - changelog/260.deprecate.8.rst | 1 - changelog/260.feature.0.rst | 2 +- changelog/260.feature.1.rst | 3 ++- changelog/260.feature.2.rst | 2 +- changelog/260.feature.3.rst | 1 - changelog/260.feature.4.rst | 1 - changelog/260.feature.5.rst | 1 - 15 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 changelog/260.deprecate.3.rst delete mode 100644 changelog/260.deprecate.4.rst delete mode 100644 changelog/260.deprecate.5.rst delete mode 100644 changelog/260.deprecate.6.rst delete mode 100644 changelog/260.deprecate.7.rst delete mode 100644 changelog/260.deprecate.8.rst delete mode 100644 changelog/260.feature.3.rst delete mode 100644 changelog/260.feature.4.rst delete mode 100644 changelog/260.feature.5.rst diff --git a/changelog/260.deprecate.0.rst b/changelog/260.deprecate.0.rst index 5f001a5a2f..6253334c55 100644 --- a/changelog/260.deprecate.0.rst +++ b/changelog/260.deprecate.0.rst @@ -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. diff --git a/changelog/260.deprecate.1.rst b/changelog/260.deprecate.1.rst index b8f41dbdff..4267953adb 100644 --- a/changelog/260.deprecate.1.rst +++ b/changelog/260.deprecate.1.rst @@ -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. diff --git a/changelog/260.deprecate.2.rst b/changelog/260.deprecate.2.rst index 7eb5aad372..35848c65b7 100644 --- a/changelog/260.deprecate.2.rst +++ b/changelog/260.deprecate.2.rst @@ -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. diff --git a/changelog/260.deprecate.3.rst b/changelog/260.deprecate.3.rst deleted file mode 100644 index bd6cfc053d..0000000000 --- a/changelog/260.deprecate.3.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.add_slash_command` is deprecated. diff --git a/changelog/260.deprecate.4.rst b/changelog/260.deprecate.4.rst deleted file mode 100644 index 371f949640..0000000000 --- a/changelog/260.deprecate.4.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.add_user_command` is deprecated. diff --git a/changelog/260.deprecate.5.rst b/changelog/260.deprecate.5.rst deleted file mode 100644 index ccd4e28be5..0000000000 --- a/changelog/260.deprecate.5.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.add_message_command` is deprecated. diff --git a/changelog/260.deprecate.6.rst b/changelog/260.deprecate.6.rst deleted file mode 100644 index 117b504a0a..0000000000 --- a/changelog/260.deprecate.6.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.remove_slash_command` is deprecated. diff --git a/changelog/260.deprecate.7.rst b/changelog/260.deprecate.7.rst deleted file mode 100644 index c1930a4bc2..0000000000 --- a/changelog/260.deprecate.7.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.remove_user_command` is deprecated. diff --git a/changelog/260.deprecate.8.rst b/changelog/260.deprecate.8.rst deleted file mode 100644 index c45e1eee27..0000000000 --- a/changelog/260.deprecate.8.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| :meth:`InteractionBotBase.remove_message_command` is deprecated. diff --git a/changelog/260.feature.0.rst b/changelog/260.feature.0.rst index b10c4b3332..a9d250f21d 100644 --- a/changelog/260.feature.0.rst +++ b/changelog/260.feature.0.rst @@ -1 +1 @@ -|commands| Add :meth:`InteractionBotBase.add_app_command`. +|commands| Add :meth:`InteractionBot.add_app_command` and :meth:`InteractionBot.remove_app_command`. diff --git a/changelog/260.feature.1.rst b/changelog/260.feature.1.rst index e6a715b02b..494986d99b 100644 --- a/changelog/260.feature.1.rst +++ b/changelog/260.feature.1.rst @@ -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`. diff --git a/changelog/260.feature.2.rst b/changelog/260.feature.2.rst index aa06ab03e5..fb1c42fdee 100644 --- a/changelog/260.feature.2.rst +++ b/changelog/260.feature.2.rst @@ -1 +1 @@ -|commands| Add ``guild_id`` parameter to :meth:`InteractionBotBase.get_slash_command`. +|commands| Add :class:`AppCommandRegistrationError`. diff --git a/changelog/260.feature.3.rst b/changelog/260.feature.3.rst deleted file mode 100644 index da14bd48b8..0000000000 --- a/changelog/260.feature.3.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| Add ``guild_id`` parameter to :meth:`InteractionBotBase.get_user_command`. diff --git a/changelog/260.feature.4.rst b/changelog/260.feature.4.rst deleted file mode 100644 index 6523484883..0000000000 --- a/changelog/260.feature.4.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| Add ``guild_id`` parameter to :meth:`InteractionBotBase.get_message_command`. diff --git a/changelog/260.feature.5.rst b/changelog/260.feature.5.rst deleted file mode 100644 index fb1c42fdee..0000000000 --- a/changelog/260.feature.5.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| Add :class:`AppCommandRegistrationError`.