From b170065ca389cbca645a8d0f84ab6e7189c91268 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 13 May 2026 21:22:26 -0500 Subject: [PATCH] Add a trailing space to the ditto for image tagging --- KfChatDotNetBot/Commands/ImageCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/ImageCommands.cs b/KfChatDotNetBot/Commands/ImageCommands.cs index 250ea55..748100d 100644 --- a/KfChatDotNetBot/Commands/ImageCommands.cs +++ b/KfChatDotNetBot/Commands/ImageCommands.cs @@ -397,7 +397,7 @@ public class GetRandomImage : ICommand var tagNag = string.Empty; if (image.TagList.Count == 0) { - tagNag = $"[br]This image has no tags. You can add some using [ditto]!images tag {image.Id}[/ditto]"; + tagNag = $"[br]This image has no tags. You can add some using [ditto]!images tag {image.Id} [/ditto]"; } var result = $"[img]{image.Url}[/img]{tagNag}[br]{imageMeta}";