Update TranslationResponseHook.cs

This commit is contained in:
C. Oceania 2024-05-09 12:11:30 -05:00 committed by GitHub
parent e18f2fa69d
commit bdcf8c5a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,7 @@ namespace BotSharp.Logger.Hooks
message.MessageId,
message.RichContent,
language: language);
message.SecondaryContent = message.SecondaryRichContent.Message.Text;
}
else
{