WIP: Moderation type registry #26
1 changed files with 3 additions and 0 deletions
|
@ -289,6 +289,9 @@ async def evidenceformat_factory(moderation: Moderation) -> str:
|
||||||
|
|
||||||
content += f"\nReason: {moderation.reason}"
|
content += f"\nReason: {moderation.reason}"
|
||||||
|
|
||||||
|
for key, value in moderation.metadata.items():
|
||||||
|
content += f"\n{key.title()}: {value}"
|
||||||
|
|
||||||
return box(content, "prolog")
|
return box(content, "prolog")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue