diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index a9769b7..55dc0c3 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -357,7 +357,7 @@ let sendSubmitEmbed (ctx : IDiscordContext) = DiscordEmbedBuilder() .WithColor(DiscordColor.White) .WithDescription(rewardMsg) - .WithImageUrl("https://logowik.com/content/uploads/images/solana-sol9611.jpg") + .WithImageUrl("https://s8.gifyu.com/images/whitelist-submit-banner---final.png") .WithTitle("Submit Wallet") let builder = DiscordMessageBuilder().AddEmbed(embed)