Show image carousel in meta so you can tell where an image belonged

This commit is contained in:
barelyprofessional
2026-05-14 07:07:10 -05:00
parent 277207215a
commit 66d66c8640
+1 -1
View File
@@ -407,7 +407,7 @@ public class GetRandomImage : ICommand
}
var imageMeta =
$"[size=60][spoiler=\"Image Info\"][heading=1]ID: {image.Id}; Tags: {image.TagList.Humanize()}; Added By: {addedBy}; Date Added: {whenAdded}[/heading][/spoiler][/size]";
$"[size=60][spoiler=\"Image Info\"][heading=1]ID: {image.Id}; Tags: {image.TagList.Humanize()}; Carousel: {image.Key}; Added By: {addedBy}; Date Added: {whenAdded}[/heading][/spoiler][/size]";
var tagNag = string.Empty;
if (image.TagList.Count == 0)