Maybe last changes?

This commit is contained in:
Joseph Ferano 2022-03-28 21:47:00 +07:00
parent 2519220ea5
commit 00b46f4348

View File

@ -169,8 +169,8 @@ 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** with 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, that **COMPLETES** hacker training.\n\n" + $"**Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you invite into the 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()
@ -390,7 +390,7 @@ Just type `/recruit` anywhere, or press the button below...
let notEnoughMoneyMsg total = $""" let notEnoughMoneyMsg total = $"""
Oh no! You don't have enough **$GBT** to buy a WHITELIST spot! Come back when you have `{WhitelistPrice - total}` more $GBT. Oh no! You don't have enough **$GBT** to buy a WHITELIST spot! Come back when you have `{WhitelistPrice - total}` more $GBT.
The quickest way to earn $GBT is to `/recruit`. You'll earn `{InviteRewardAmount} 💰 $GBT` for every Degen you `/recruit`! To earn $GBT, `/recruit` is the quickest way. You'll earn `{InviteRewardAmount} 💰 $GBT` for every Degen you `/recruit`!
""" """