Skip to content

Commit

Permalink
fixes #580
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Sep 8, 2023
1 parent 6940ea3 commit 6542bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/MASZ/Exceptions/EmbedCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public static async Task<EmbedBuilder> CreateInternalAutomodEmbed(this AutoModer
{
embed.AddField(
translator.T().MessageContent(),
autoModerationEvent.MessageContent,
autoModerationEvent.MessageContent.Truncate(1000),
false
);
}
Expand Down

0 comments on commit 6542bd4

Please sign in to comment.