From ca4a02aae0959c543cb802936f5f52b934b8f729 Mon Sep 17 00:00:00 2001 From: Blizzard the Wolf <60931830+BlizzardTheWolf@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:44:45 +0100 Subject: [PATCH] Update modlog.py --- redbot/cogs/modlog/modlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/modlog/modlog.py b/redbot/cogs/modlog/modlog.py index 3dcf75d3998..db7d7144933 100644 --- a/redbot/cogs/modlog/modlog.py +++ b/redbot/cogs/modlog/modlog.py @@ -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__()