misc(aurora): make target_type lowercase

This commit is contained in:
Seaswimmer 2024-07-06 11:50:59 -04:00
parent fac00feeef
commit ee49d5b10c
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -63,7 +63,7 @@ class Ban(Type):
ctx.guild.id,
ctx.author.id,
cls.moderation_type,
'USER',
'user',
target.id,
None,
None,
@ -149,7 +149,7 @@ class Tempban(Ban):
ctx.guild.id,
ctx.author.id,
cls.moderation_type,
'USER',
'user',
target.id,
None,
parsed_time,