From c7abbd17387c1ed1a7b86ecf4e221ffbad2a6455 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 28 Mar 2022 11:54:58 +0700 Subject: [PATCH] Add buttons --- Bot/InviteTracker.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 3649723..cd4f660 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -381,6 +381,9 @@ To get Whitelisted you need to buy it with **$GBT** by playing the game. Go to <#{GuildEnvironment.channelShelters}> NOW to get assigned a private bunk, and **JOIN THE GAME!** """ | AlreadyWhitelisted -> + let buyBtn = DiscordButtonComponent(ButtonStyle.Success, $"BuyWhitelist", $"Buy Now", true) :> DiscordComponent + let recruitBtn = DiscordButtonComponent(ButtonStyle.Danger, $"ShowRecruitmentEmbed", $"Recruit Now") :> DiscordComponent + builder.AddComponents([ buyBtn ; recruitBtn ]) |> ignore builder.Content <- $""" ✅ You’re **ALREADY** Whitelisted! Save some for other Degenz…