From 6542bd412f703df5c92c17eabae80d8af5bc9043 Mon Sep 17 00:00:00 2001 From: zaanposni Date: Fri, 8 Sep 2023 17:49:18 +0200 Subject: [PATCH] fixes #580 --- backend/MASZ/Exceptions/EmbedCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/MASZ/Exceptions/EmbedCreator.cs b/backend/MASZ/Exceptions/EmbedCreator.cs index c4e33717d..033ef77a0 100644 --- a/backend/MASZ/Exceptions/EmbedCreator.cs +++ b/backend/MASZ/Exceptions/EmbedCreator.cs @@ -332,7 +332,7 @@ public static async Task CreateInternalAutomodEmbed(this AutoModer { embed.AddField( translator.T().MessageContent(), - autoModerationEvent.MessageContent, + autoModerationEvent.MessageContent.Truncate(1000), false ); }