Fix typo/copy-paste error

This commit is contained in:
The Dax 2019-06-18 00:54:07 -04:00
parent a1991921a2
commit a58bcb0589

View file

@ -373,7 +373,7 @@ class Mod(Cog):
chan_msg += f"✏️ __Reason__: \"{reason}\"" chan_msg += f"✏️ __Reason__: \"{reason}\""
else: else:
chan_msg += "Please add an explanation below. In the future"\ chan_msg += "Please add an explanation below. In the future"\
", it is recommended to use `.ban <user> [reason]`"\ ", it is recommended to use `.warn <user> [reason]`"\
" as the reason is automatically sent to the user." " as the reason is automatically sent to the user."
await log_channel.send(chan_msg) await log_channel.send(chan_msg)