More copy

This commit is contained in:
Joseph Ferano 2022-05-12 21:58:07 +07:00
parent 889f66be7b
commit 4615aa3493
3 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,6 @@ module Degenz.Admin
open System
open System.IO
open System.Reflection
open System.Threading.Tasks
open DSharpPlus
open DSharpPlus.Entities

View File

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

View File

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