From 416525a21923c161893649d26acb0f045bd13749 Mon Sep 17 00:00:00 2001 From: Ryan de Jonge Date: Wed, 18 Oct 2023 22:51:26 +0200 Subject: [PATCH] ope --- ModCore/Listeners/StarboardListeners.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModCore/Listeners/StarboardListeners.cs b/ModCore/Listeners/StarboardListeners.cs index 0f09258..cf031c9 100644 --- a/ModCore/Listeners/StarboardListeners.cs +++ b/ModCore/Listeners/StarboardListeners.cs @@ -524,7 +524,7 @@ private static DiscordMessageBuilder buildStarboardMessage(DiscordMessage source foreach(var img in imageFiles) { - imageEmbeds.Add(new DiscordEmbedBuilder().WithUrl(img.Url).WithImageUrl(img.Url)); + imageEmbeds.Add(new DiscordEmbedBuilder().WithUrl("https://github.com/Naamloos/ModCore").WithImageUrl(img.Url)); } var emotename = emoji.GetDiscordName().Replace(":", "");