misc(aurora): fixed an incorrect string
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 25s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s

This commit is contained in:
Seaswimmer 2024-07-06 13:10:47 -04:00
parent 37bae2eeb3
commit aae4370868
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -285,7 +285,7 @@ class Softban(Type):
pass
await ctx.guild.ban(target, reason=f"{str.title(cls.verb)} by {ctx.author.id} for: {reason}", delete_message_seconds=delete_messages_seconds)
await ctx.guild.unban(target, reason=f"Softban by {ctx.author.id} for: {reason}")
await ctx.guild.unban(target, reason=f"{str.title(cls.verb)} by {ctx.author.id} for: {reason}")
moderation = await Moderation.log(
bot,
ctx.guild.id,