mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update ModLog to include info about [p]modlogset (#6300)
This commit is contained in:
parent
f5f684bad5
commit
edfb9ffe62
@ -19,7 +19,7 @@ find detailed docs about usage and commands.
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Browse and manage modlog cases.
|
Browse and manage modlog cases. To manage modlog settings, use ``[p]modlogset``.
|
||||||
|
|
||||||
|
|
||||||
.. _modlog-commands:
|
.. _modlog-commands:
|
||||||
|
|||||||
@ -16,7 +16,7 @@ _ = Translator("ModLog", __file__)
|
|||||||
|
|
||||||
@cog_i18n(_)
|
@cog_i18n(_)
|
||||||
class ModLog(commands.Cog):
|
class ModLog(commands.Cog):
|
||||||
"""Browse and manage modlog cases."""
|
"""Browse and manage modlog cases. To manage modlog settings, use `[p]modlogset`."""
|
||||||
|
|
||||||
def __init__(self, bot: Red):
|
def __init__(self, bot: Red):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user