mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
fixup docs (#3404)
This commit is contained in:
parent
33ea3a1419
commit
b089be7b49
@ -1 +0,0 @@
|
||||
Cache prefixes rather than lookup from config each time
|
||||
@ -1 +0,0 @@
|
||||
Adds server IDs to servers command.
|
||||
@ -1 +0,0 @@
|
||||
Add "Fork me on GitHub" ribbon in top right corner of the docs page.
|
||||
@ -1 +0,0 @@
|
||||
make typehints accessible to cog developers
|
||||
@ -1 +0,0 @@
|
||||
Update modlog documentation example to show "action_type" instead of "action".
|
||||
@ -1 +0,0 @@
|
||||
Fixes a typo in redbot/core/commands/requires.py.
|
||||
@ -1 +0,0 @@
|
||||
Update the help strings for ``[p]audioset emptydisconnect``.
|
||||
@ -1 +0,0 @@
|
||||
Fixed an attribute error that can be raised on play commands for spotify tracks.
|
||||
@ -1 +0,0 @@
|
||||
Check data before it is inserted into the database to avoid corruption.
|
||||
@ -1 +0,0 @@
|
||||
Removed a duplication of track search prefixes.
|
||||
@ -1 +0,0 @@
|
||||
Changed and handled the `V2_COMPACT` LoadType to use the correct `V2_COMPAT` type.
|
||||
@ -1,2 +0,0 @@
|
||||
Reduce some cooldowns on playlist commands and stop them triggering before command parsing.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Fixes the messages for playlists.
|
||||
@ -1 +0,0 @@
|
||||
Fix an issues with the formatting of non existing local tracks.
|
||||
@ -1 +0,0 @@
|
||||
Fixed a bug where ``[p]audioset dc`` didn't disconnect the bot.
|
||||
@ -1 +0,0 @@
|
||||
``[p]bumpplay`` now shows the current remaining time until the bumped track is played.
|
||||
@ -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.
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user