From dbbad54ff5d386401c4ef3194d22aac67114c1cd Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 17 May 2022 17:41:17 +0700 Subject: [PATCH] Change image for wallet submit --- Bot/InviteTracker.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)