misc(aurora): adding temporary debug logging
This commit is contained in:
parent
c90796f6b3
commit
39cb5feb50
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class Moderation(AuroraGuildModel):
|
||||||
"changes": change_obj_list,
|
"changes": change_obj_list,
|
||||||
"metadata": metadata,
|
"metadata": metadata,
|
||||||
}
|
}
|
||||||
|
logger.debug(case)
|
||||||
return cls.from_dict(bot=bot, data=case)
|
return cls.from_dict(bot=bot, data=case)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue