WIP: Refactor Aurora (3.0.0) #29
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ class Ban(Type):
|
||||||
ctx.guild.id,
|
ctx.guild.id,
|
||||||
ctx.author.id,
|
ctx.author.id,
|
||||||
cls.moderation_type,
|
cls.moderation_type,
|
||||||
'USER',
|
'user',
|
||||||
target.id,
|
target.id,
|
||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
|
@ -149,7 +149,7 @@ class Tempban(Ban):
|
||||||
ctx.guild.id,
|
ctx.guild.id,
|
||||||
ctx.author.id,
|
ctx.author.id,
|
||||||
cls.moderation_type,
|
cls.moderation_type,
|
||||||
'USER',
|
'user',
|
||||||
target.id,
|
target.id,
|
||||||
None,
|
None,
|
||||||
parsed_time,
|
parsed_time,
|
||||||
|
|
Loading…
Reference in a new issue