From a58bcb0589558f69e7d436e7369a15a8c99d80d3 Mon Sep 17 00:00:00 2001 From: The Dax Date: Tue, 18 Jun 2019 00:54:07 -0400 Subject: [PATCH] Fix typo/copy-paste error --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index bef24ab..d07e37b 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -373,7 +373,7 @@ class Mod(Cog): chan_msg += f"✏️ __Reason__: \"{reason}\"" else: chan_msg += "Please add an explanation below. In the future"\ - ", it is recommended to use `.ban [reason]`"\ + ", it is recommended to use `.warn [reason]`"\ " as the reason is automatically sent to the user." await log_channel.send(chan_msg)