From fc6b0e291847b322e3fe191e2675728b4de2c413 Mon Sep 17 00:00:00 2001 From: cohlexyz <142505474+cohlexyz@users.noreply.github.com> Date: Tue, 5 May 2026 02:09:59 +0200 Subject: [PATCH] Add missing new line (#112) --- KfChatDotNetBot/Commands/XeetEmbedCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Commands/XeetEmbedCommand.cs b/KfChatDotNetBot/Commands/XeetEmbedCommand.cs index 759e80f..2cf3948 100644 --- a/KfChatDotNetBot/Commands/XeetEmbedCommand.cs +++ b/KfChatDotNetBot/Commands/XeetEmbedCommand.cs @@ -351,6 +351,7 @@ public class XeetEmbedCommand : ICommand { bodyBuilder.Append("[/spoiler]"); } + bodyBuilder.Append("[br]"); } // Handle quote tweet (if this tweet quotes another)