diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 83425b1..ac40656 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -372,8 +372,9 @@ let handleGimmeWhitelist (ctx : IDiscordContext) = 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.AddField("Mint Date", "April 2022", true) |> ignore whitelistEmbed.AddField("Price 💰", $"{WhitelistPrice} $GBT", true) |> ignore + whitelistEmbed.AddField("Where?", "Join us on the Moon", true) |> ignore let builder = DiscordFollowupMessageBuilder().AsEphemeral(true) match! tryGrantWhitelist ctx with