Change mint date

This commit is contained in:
Joseph Ferano 2022-06-16 23:19:07 +07:00
parent d834d4e153
commit e47c6b2f40

View File

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