Skip to content

Commit

Permalink
Update ModLog to include info about [p]modlogset (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlizzardTheWolf authored Mar 5, 2024
1 parent f5f684b commit edfb9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cog_guides/modlog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find detailed docs about usage and commands.
Usage
-----

Browse and manage modlog cases.
Browse and manage modlog cases. To manage modlog settings, use ``[p]modlogset``.


.. _modlog-commands:
Expand Down
2 changes: 1 addition & 1 deletion redbot/cogs/modlog/modlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@cog_i18n(_)
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):
super().__init__()
Expand Down

0 comments on commit edfb9ff

Please sign in to comment.