More copy
This commit is contained in:
parent
889f66be7b
commit
4615aa3493
@ -2,7 +2,6 @@ module Degenz.Admin
|
|||||||
|
|
||||||
open System
|
open System
|
||||||
open System.IO
|
open System.IO
|
||||||
open System.Reflection
|
|
||||||
open System.Threading.Tasks
|
open System.Threading.Tasks
|
||||||
open DSharpPlus
|
open DSharpPlus
|
||||||
open DSharpPlus.Entities
|
open DSharpPlus.Entities
|
||||||
|
@ -286,14 +286,15 @@ let sendInitialEmbed (ctx : IDiscordContext) =
|
|||||||
**__Win $2,000:__**
|
**__Win $2,000:__**
|
||||||
🙋 1 invite = 1 entry everyday*
|
🙋 1 invite = 1 entry everyday*
|
||||||
🎟 $100 daily raffles till mint
|
🎟 $100 daily raffles till mint
|
||||||
💰 Earn an additional 100 $GBT for every Degen you invite!
|
|
||||||
|
|
||||||
**__How To Invite:__**
|
**__How To Invite:__**
|
||||||
1️⃣ CLICK THE BUTTON below
|
1️⃣ Click the green button below
|
||||||
2️⃣ Share your LINK with anyone you want to invite.
|
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 =
|
let embed =
|
||||||
DiscordEmbedBuilder()
|
DiscordEmbedBuilder()
|
||||||
|
@ -24,12 +24,12 @@ let sendInitialEmbed (ctx : IDiscordContext) =
|
|||||||
embed.Title <- "Degenz Game Whitelist"
|
embed.Title <- "Degenz Game Whitelist"
|
||||||
embed.Color <- DiscordColor.White
|
embed.Color <- DiscordColor.White
|
||||||
embed.Description <- $"""
|
embed.Description <- $"""
|
||||||
In **Beautopia ©** you BUY Whitelist with 💰 $GBT...
|
You need to **BUY** Whitelist with 💰 $GBT...
|
||||||
|
|
||||||
**__To earn $GBT You Can:__**
|
**__To Earn $GBT:__**
|
||||||
1️⃣ Recruit other Degenz into the server in <#{GuildEnvironment.channelRecruitment}>
|
1️⃣ Recruit other Degenz in <#{GuildEnvironment.channelRecruitment}>
|
||||||
2️⃣ Be helpful & chat in <#{GuildEnvironment.channelGeneral}> to level up!
|
2️⃣ Chat to level up in the <#{GuildEnvironment.channelGeneral}>
|
||||||
3️⃣ Complete Quests inside <#{GuildEnvironment.channelQuests}>
|
3️⃣ Complete fun quests inside <#{GuildEnvironment.channelQuests}>
|
||||||
"""
|
"""
|
||||||
builder.AddEmbed embed |> ignore
|
builder.AddEmbed embed |> ignore
|
||||||
let btn1 = DiscordButtonComponent(ButtonStyle.Success, $"GimmeWhitelist", $"Buy Whitelist") :> DiscordComponent
|
let btn1 = DiscordButtonComponent(ButtonStyle.Success, $"GimmeWhitelist", $"Buy Whitelist") :> DiscordComponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user