fixup docs (#3404)

This commit is contained in:
Michael H 2020-01-17 19:57:27 -05:00 committed by GitHub
parent 33ea3a1419
commit b089be7b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 1 additions and 19 deletions

View File

@ -1 +0,0 @@
Cache prefixes rather than lookup from config each time

View File

@ -1 +0,0 @@
Adds server IDs to servers command.

View File

@ -1 +0,0 @@
Add "Fork me on GitHub" ribbon in top right corner of the docs page.

View File

@ -1 +0,0 @@
make typehints accessible to cog developers

View File

@ -1 +0,0 @@
Update modlog documentation example to show "action_type" instead of "action".

View File

@ -1 +0,0 @@
Fixes a typo in redbot/core/commands/requires.py.

View File

@ -1 +0,0 @@
Update the help strings for ``[p]audioset emptydisconnect``.

View File

@ -1 +0,0 @@
Fixed an attribute error that can be raised on play commands for spotify tracks.

View File

@ -1 +0,0 @@
Check data before it is inserted into the database to avoid corruption.

View File

@ -1 +0,0 @@
Removed a duplication of track search prefixes.

View File

@ -1 +0,0 @@
Changed and handled the `V2_COMPACT` LoadType to use the correct `V2_COMPAT` type.

View File

@ -1,2 +0,0 @@
Reduce some cooldowns on playlist commands and stop them triggering before command parsing.

View File

@ -1 +0,0 @@
Fixes the messages for playlists.

View File

@ -1 +0,0 @@
Fix an issues with the formatting of non existing local tracks.

View File

@ -1 +0,0 @@
Fixed a bug where ``[p]audioset dc`` didn't disconnect the bot.

View File

@ -1 +0,0 @@
``[p]bumpplay`` now shows the current remaining time until the bumped track is played.

View File

@ -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.

View File

@ -15,6 +15,7 @@ extend functionlities used throughout the bot, as outlined below.
.. autoclass:: redbot.core.commands.Command .. autoclass:: redbot.core.commands.Command
:members: :members:
:inherited-members: format_help_for_context
.. autoclass:: redbot.core.commands.Group .. autoclass:: redbot.core.commands.Group
:members: :members: