From 9c9fce4f409162fa4d4788735c6fe886d1e545e6 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 28 Mar 2022 12:13:08 +0700 Subject: [PATCH] Figured out away to control spacing --- Bot/InviteTracker.fs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index cd4f660..b17fed3 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -170,7 +170,7 @@ let private getInvitedUsers userId = let guildInviteEmbed = 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 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." let embed = DiscordEmbedBuilder() @@ -366,8 +366,8 @@ let handleGimmeWhitelist (ctx : IDiscordContext) = let thumb = DiscordEmbedBuilder.EmbedThumbnail() thumb.Url <- "https://s7.gifyu.com/images/Card-5x-rotate.png" whitelistEmbed.Thumbnail <- thumb - whitelistEmbed.Title <- "1x Degenz Game Whitelist" - whitelistEmbed.AddField("Mint April 2022 | ", "Join us on the moon", true) |> ignore + whitelistEmbed.Title <- "1x Degenz Game Whitelist ‎" + whitelistEmbed.AddField("Mint April 2022", "Join us on the moon", true) |> ignore whitelistEmbed.AddField("Price 💰", $"{WhitelistPrice} $GBT", true) |> ignore 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. -The quickest way to earn $GBT is to `/recruit`. -You WILL earn `{InviteRewardAmount} 💰 $GBT` for every Degen you `/recruit`! +The quickest way to earn $GBT is to `/recruit`. You'll earn `{InviteRewardAmount} 💰 $GBT` +for every Degen you `/recruit`! """ builder.AddComponents([ buyBtn ; recruitBtn ]) |> ignore builder.AddEmbed(msgEmbed) |> ignore