From edfb9ffe6271235a2bbd70fa58b933e950fe7a26 Mon Sep 17 00:00:00 2001 From: Blizzard the Wolf <60931830+BlizzardTheWolf@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:45:22 +0100 Subject: [PATCH] Update ModLog to include info about `[p]modlogset` (#6300) --- docs/cog_guides/modlog.rst | 2 +- redbot/cogs/modlog/modlog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__()