Update invite embed

This commit is contained in:
Joseph Ferano 2022-07-05 16:50:24 +07:00
parent 8fce5e686a
commit bf8783a993

View File

@ -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)