Change columns

This commit is contained in:
Joseph Ferano 2022-03-28 12:59:48 +07:00
parent ef308bd3f5
commit 176ad5d976

View File

@ -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