Figured out away to control spacing
This commit is contained in:
parent
c7abbd1738
commit
9c9fce4f40
@ -170,7 +170,7 @@ let private getInvitedUsers userId =
|
|||||||
let guildInviteEmbed =
|
let guildInviteEmbed =
|
||||||
let rewardMsg =
|
let rewardMsg =
|
||||||
$"**Your Mission:**\nCLICK THE BUTTON below, then share your **UNIQUE LINK**\nwith any Degenz you want to invite into the Server.\n\n" +
|
$"**Your Mission:**\nCLICK THE BUTTON below, then share your **UNIQUE LINK**\nwith any Degenz you want to invite into the Server.\n\n" +
|
||||||
$"**Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you invite into\nthe server, the **COMPLETES** hacker training.\n\n" +
|
$"**Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you invite into\nthe server, that **COMPLETES** hacker training.\n\n" +
|
||||||
$"**Commands:**\n`/recruit` - Invite Degenz into the server.\n`/recruited` - Check how many Degenz you've invited."
|
$"**Commands:**\n`/recruit` - Invite Degenz into the server.\n`/recruited` - Check how many Degenz you've invited."
|
||||||
let embed =
|
let embed =
|
||||||
DiscordEmbedBuilder()
|
DiscordEmbedBuilder()
|
||||||
@ -366,8 +366,8 @@ let handleGimmeWhitelist (ctx : IDiscordContext) =
|
|||||||
let thumb = DiscordEmbedBuilder.EmbedThumbnail()
|
let thumb = DiscordEmbedBuilder.EmbedThumbnail()
|
||||||
thumb.Url <- "https://s7.gifyu.com/images/Card-5x-rotate.png"
|
thumb.Url <- "https://s7.gifyu.com/images/Card-5x-rotate.png"
|
||||||
whitelistEmbed.Thumbnail <- thumb
|
whitelistEmbed.Thumbnail <- thumb
|
||||||
whitelistEmbed.Title <- "1x Degenz Game Whitelist"
|
whitelistEmbed.Title <- "1x Degenz Game Whitelist "
|
||||||
whitelistEmbed.AddField("Mint April 2022 | ", "Join us on the moon", true) |> ignore
|
whitelistEmbed.AddField("Mint April 2022", "Join us on the moon", true) |> ignore
|
||||||
whitelistEmbed.AddField("Price 💰", $"{WhitelistPrice} $GBT", true) |> ignore
|
whitelistEmbed.AddField("Price 💰", $"{WhitelistPrice} $GBT", true) |> ignore
|
||||||
|
|
||||||
let builder = DiscordFollowupMessageBuilder().AsEphemeral(true)
|
let builder = DiscordFollowupMessageBuilder().AsEphemeral(true)
|
||||||
@ -405,8 +405,8 @@ Oh no! You don't have enough **$GBT** to buy a WHITELIST spot!
|
|||||||
|
|
||||||
Come back when you have `{WhitelistPrice - total}` more $GBT.
|
Come back when you have `{WhitelistPrice - total}` more $GBT.
|
||||||
|
|
||||||
The quickest way to earn $GBT is to `/recruit`.
|
The quickest way to earn $GBT is to `/recruit`. You'll earn `{InviteRewardAmount} 💰 $GBT`
|
||||||
You WILL earn `{InviteRewardAmount} 💰 $GBT` for every Degen you `/recruit`!
|
for every Degen you `/recruit`!
|
||||||
"""
|
"""
|
||||||
builder.AddComponents([ buyBtn ; recruitBtn ]) |> ignore
|
builder.AddComponents([ buyBtn ; recruitBtn ]) |> ignore
|
||||||
builder.AddEmbed(msgEmbed) |> ignore
|
builder.AddEmbed(msgEmbed) |> ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user