Fix typo/copy-paste error
This commit is contained in:
parent
a1991921a2
commit
a58bcb0589
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue