Update ModLog to include info about [p]modlogset (#6300)

This commit is contained in:
Blizzard the Wolf 2024-03-05 20:45:22 +01:00 committed by GitHub
parent f5f684bad5
commit edfb9ffe62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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__()