diff --git a/changelog.d/3148.misc.1.rst b/changelog.d/3148.misc.1.rst deleted file mode 100644 index 6e966e714..000000000 --- a/changelog.d/3148.misc.1.rst +++ /dev/null @@ -1 +0,0 @@ -Cache prefixes rather than lookup from config each time diff --git a/changelog.d/3224.enhance.rst b/changelog.d/3224.enhance.rst deleted file mode 100644 index 5dcacb085..000000000 --- a/changelog.d/3224.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -Adds server IDs to servers command. \ No newline at end of file diff --git a/changelog.d/3306.docs.rst b/changelog.d/3306.docs.rst deleted file mode 100644 index e52352c5b..000000000 --- a/changelog.d/3306.docs.rst +++ /dev/null @@ -1 +0,0 @@ -Add "Fork me on GitHub" ribbon in top right corner of the docs page. \ No newline at end of file diff --git a/changelog.d/3335.enhance.rst b/changelog.d/3335.enhance.rst deleted file mode 100644 index 316decb0f..000000000 --- a/changelog.d/3335.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -make typehints accessible to cog developers diff --git a/changelog.d/3368.docs.rst b/changelog.d/3368.docs.rst deleted file mode 100644 index d1f384e9b..000000000 --- a/changelog.d/3368.docs.rst +++ /dev/null @@ -1 +0,0 @@ -Update modlog documentation example to show "action_type" instead of "action". \ No newline at end of file diff --git a/changelog.d/3390.misc.rst b/changelog.d/3390.misc.rst deleted file mode 100644 index 9167a63c8..000000000 --- a/changelog.d/3390.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes a typo in redbot/core/commands/requires.py. \ No newline at end of file diff --git a/changelog.d/audio/3140.enhance.1.rst b/changelog.d/audio/3140.enhance.1.rst deleted file mode 100644 index 81570e412..000000000 --- a/changelog.d/audio/3140.enhance.1.rst +++ /dev/null @@ -1 +0,0 @@ -Update the help strings for ``[p]audioset emptydisconnect``. diff --git a/changelog.d/audio/3328.hotfix.1.rst b/changelog.d/audio/3328.hotfix.1.rst deleted file mode 100644 index 08e7ed7b9..000000000 --- a/changelog.d/audio/3328.hotfix.1.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed an attribute error that can be raised on play commands for spotify tracks. \ No newline at end of file diff --git a/changelog.d/audio/3328.hotfix.2.rst b/changelog.d/audio/3328.hotfix.2.rst deleted file mode 100644 index 039b506e0..000000000 --- a/changelog.d/audio/3328.hotfix.2.rst +++ /dev/null @@ -1 +0,0 @@ -Check data before it is inserted into the database to avoid corruption. \ No newline at end of file diff --git a/changelog.d/audio/3337.misc.1.rst b/changelog.d/audio/3337.misc.1.rst deleted file mode 100644 index f39071842..000000000 --- a/changelog.d/audio/3337.misc.1.rst +++ /dev/null @@ -1 +0,0 @@ -Removed a duplication of track search prefixes. \ No newline at end of file diff --git a/changelog.d/audio/3337.misc.2.rst b/changelog.d/audio/3337.misc.2.rst deleted file mode 100644 index 25985f91d..000000000 --- a/changelog.d/audio/3337.misc.2.rst +++ /dev/null @@ -1 +0,0 @@ -Changed and handled the `V2_COMPACT` LoadType to use the correct `V2_COMPAT` type. \ No newline at end of file diff --git a/changelog.d/audio/3342.enhance.1.rst b/changelog.d/audio/3342.enhance.1.rst deleted file mode 100644 index 38cab120a..000000000 --- a/changelog.d/audio/3342.enhance.1.rst +++ /dev/null @@ -1,2 +0,0 @@ -Reduce some cooldowns on playlist commands and stop them triggering before command parsing. - diff --git a/changelog.d/audio/3344.enhance.1.rst b/changelog.d/audio/3344.enhance.1.rst deleted file mode 100644 index 124a7b894..000000000 --- a/changelog.d/audio/3344.enhance.1.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes the messages for playlists. \ No newline at end of file diff --git a/changelog.d/audio/3345.enhance.1.rst b/changelog.d/audio/3345.enhance.1.rst deleted file mode 100644 index 1a1767590..000000000 --- a/changelog.d/audio/3345.enhance.1.rst +++ /dev/null @@ -1 +0,0 @@ -Fix an issues with the formatting of non existing local tracks. \ No newline at end of file diff --git a/changelog.d/audio/3349.bugfix.1.rst b/changelog.d/audio/3349.bugfix.1.rst deleted file mode 100644 index 193d44958..000000000 --- a/changelog.d/audio/3349.bugfix.1.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where ``[p]audioset dc`` didn't disconnect the bot. \ No newline at end of file diff --git a/changelog.d/audio/3373.bugfix.1.rst b/changelog.d/audio/3373.bugfix.1.rst deleted file mode 100644 index 3f421e0c7..000000000 --- a/changelog.d/audio/3373.bugfix.1.rst +++ /dev/null @@ -1 +0,0 @@ -``[p]bumpplay`` now shows the current remaining time until the bumped track is played. \ No newline at end of file diff --git a/changelog.d/warnings/2900.enhance.rst b/changelog.d/warnings/2900.enhance.rst deleted file mode 100644 index 1c6f7599c..000000000 --- a/changelog.d/warnings/2900.enhance.rst +++ /dev/null @@ -1,2 +0,0 @@ -``[p]warnings`` can now be used by users that have the permission to use it from the Permissions cog, in order to check another user's warnings. -``[p]mywarnings`` can now be used by any user (instead of ``[p]warnings`` previously) to check their own warnings. diff --git a/docs/framework_commands.rst b/docs/framework_commands.rst index 5501cd03e..63e29f34a 100644 --- a/docs/framework_commands.rst +++ b/docs/framework_commands.rst @@ -15,6 +15,7 @@ extend functionlities used throughout the bot, as outlined below. .. autoclass:: redbot.core.commands.Command :members: + :inherited-members: format_help_for_context .. autoclass:: redbot.core.commands.Group :members: