fix: fix attachment links (trim final content)

This commit is contained in:
Oliver Booth 2023-08-26 14:43:51 +01:00
parent 16a0e3dd85
commit 9752fc879b
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ internal sealed partial class DiscordMessageService : BackgroundService, IDiscor
content = $"{content}\n{builder}";
}
content = content.Trim();
_logger.LogInformation("Message by {Author}: {Content}", author, content);
Span<byte> buffer = stackalloc byte[255]; // VP message length limit