diff --git a/docs/cog_guides/modlog.rst b/docs/cog_guides/modlog.rst index 8b4b70a7a..5d01f4e41 100644 --- a/docs/cog_guides/modlog.rst +++ b/docs/cog_guides/modlog.rst @@ -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: diff --git a/redbot/cogs/modlog/modlog.py b/redbot/cogs/modlog/modlog.py index 3dcf75d39..db7d71449 100644 --- a/redbot/cogs/modlog/modlog.py +++ b/redbot/cogs/modlog/modlog.py @@ -16,7 +16,7 @@ _ = Translator("ModLog", __file__) @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__()