WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit ee49d5b10c - Show all commits

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,