From e47c6b2f400efaa863563010d3e7fc89df54c3de Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 16 Jun 2022 23:19:07 +0700 Subject: [PATCH] Change mint date --- Bot/InviteTracker.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index a3a8455..c5a31b0 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -373,7 +373,7 @@ let showWalletStatus (ctx : IDiscordContext) = try match! getWalletAddress player.DiscordId with | Some address -> do! Messaging.sendFollowUpMessage ctx $""" -🚀 __Mint Date:__ Mid June +🚀 __Mint Date:__ June 20th ✅ __Status:__ We have successfully received your wallet address: {address}""" | None -> do! Messaging.sendFollowUpMessage ctx "You haven't submitted a wallet yet. Type `/submit`, paste your **Solana Wallet Address**, then press enter" with ex -> @@ -510,7 +510,7 @@ let submitAddress (address : string) (ctx : IDiscordContext) = do! Messaging.sendFollowUpMessage ctx $""" -🚀 __Mint Date:__ Mid June +🚀 __Mint Date:__ June 20th ✅ {msg} {address} Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates."""