WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -277,7 +277,7 @@ async def changes_factory(interaction: Interaction, moderation: Moderation) -> E
embed.add_field(
name=change.type.title(),
value=change_str.join("\n"),
value="\n".join(change_str),
inline=False,
)