diff --git a/Bot/Admin.fs b/Bot/Admin.fs index 0d92dd1..873a011 100644 --- a/Bot/Admin.fs +++ b/Bot/Admin.fs @@ -2,7 +2,6 @@ module Degenz.Admin open System open System.IO -open System.Reflection open System.Threading.Tasks open DSharpPlus open DSharpPlus.Entities diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index a1598f2..0f9175d 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -286,14 +286,15 @@ let sendInitialEmbed (ctx : IDiscordContext) = **__Win $2,000:__** 🙋 1 invite = 1 entry everyday* 🎟 $100 daily raffles till mint -💰 Earn an additional 100 $GBT for every Degen you invite! **__How To Invite:__** -1️⃣ CLICK THE BUTTON below -2️⃣ Share your LINK with anyone you want to invite. +1️⃣ Click the green button below +2️⃣ Share your unique link with Degenz +**__Bonus__** +💰 Earn an extra 100 $GBT for every invite! -**Every invite increases your chances of winning the daily $100 raffles* +*Every invite increases your chances of winning the daily $100 raffles* """ let embed = DiscordEmbedBuilder() diff --git a/Bot/Whitelist.fs b/Bot/Whitelist.fs index 613878c..f253bee 100644 --- a/Bot/Whitelist.fs +++ b/Bot/Whitelist.fs @@ -24,12 +24,12 @@ let sendInitialEmbed (ctx : IDiscordContext) = embed.Title <- "Degenz Game Whitelist" embed.Color <- DiscordColor.White embed.Description <- $""" -In **Beautopia ©** you BUY Whitelist with 💰 $GBT... +You need to **BUY** Whitelist with 💰 $GBT... -**__To earn $GBT You Can:__** -1️⃣ Recruit other Degenz into the server in <#{GuildEnvironment.channelRecruitment}> -2️⃣ Be helpful & chat in <#{GuildEnvironment.channelGeneral}> to level up! -3️⃣ Complete Quests inside <#{GuildEnvironment.channelQuests}> +**__To Earn $GBT:__** +1️⃣ Recruit other Degenz in <#{GuildEnvironment.channelRecruitment}> +2️⃣ Chat to level up in the <#{GuildEnvironment.channelGeneral}> +3️⃣ Complete fun quests inside <#{GuildEnvironment.channelQuests}> """ builder.AddEmbed embed |> ignore let btn1 = DiscordButtonComponent(ButtonStyle.Success, $"GimmeWhitelist", $"Buy Whitelist") :> DiscordComponent