misc(aurora): make target_type
lowercase
This commit is contained in:
parent
fac00feeef
commit
ee49d5b10c
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue