From bf8783a9933b7c6e0802a23ba571d809920d3a94 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 5 Jul 2022 16:50:24 +0700 Subject: [PATCH] Update invite embed --- Bot/InviteTracker.fs | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 8e2660e..ebd40cb 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -347,27 +347,21 @@ let sendInitialEmbed (ctx : IDiscordContext) = try let channel = ctx.GetGuild().GetChannel(GuildEnvironment.channelRecruitment) let rewardMsg = $""" -**__Win $3,000:__** -🙋 1 invite = 1 entry everyday* -🎟 $100 daily raffles till mint - -**__How To Invite:__** -1️⃣ Click the green button below -2️⃣ Share your unique link with Friends - -**__Bonus__** +**__Invite to Earn__** 💰 Earn an extra {InviteRewardAmount} $GBT for every invite! <:purple_fist:986685279031152650> <@#{GuildEnvironment.roleRecruiter1x}> role if you invite 1 or more Degen <:red_fist:986685280868249690> <@#{GuildEnvironment.roleRecruiter2x}> role is you invite 5 or more Degen <:gold_fist:986685276942377052> <@#{GuildEnvironment.roleRecruiter3x}> role is you invite 10 or more Degen -**Every invite increases your chances of winning* +**__How To Invite:__** +1️⃣ Click the green button below +2️⃣ Share your unique link with Friends """ let embed = DiscordEmbedBuilder() .WithColor(DiscordColor.Gold) .WithDescription(rewardMsg) - .WithImageUrl("https://s8.gifyu.com/images/invite-banner-usdcb670496dc3653cb3.png") + .WithImageUrl("https://s8.gifyu.com/images/invite_banner_new.png") .WithTitle("Invite Degenz") let builder = DiscordMessageBuilder().AddEmbed(embed)