Remove example text

This commit is contained in:
barelyprofessional
2026-05-10 17:00:14 -05:00
parent 02f9ac7551
commit 97e7e5bf17

View File

@@ -372,7 +372,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} red troon balloon[/ditto]";
tagNag = $"[br]This image has no tags. You can add some using [ditto]!images tag {image.Id}[/ditto]";
}
await botInstance.SendChatMessageAsync($"[img]{image.Url}[/img]{tagNag}", true, autoDeleteAfter: timeToDeletion);
}