Change mint date
This commit is contained in:
parent
4fe82b9095
commit
ba7b98d86f
@ -355,7 +355,7 @@ let showWalletStatus (ctx : IDiscordContext) =
|
|||||||
try
|
try
|
||||||
match! getWalletAddress player.DiscordId with
|
match! getWalletAddress player.DiscordId with
|
||||||
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
|
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
|
||||||
🚀 __Mint Date:__ 31st May, 18:00 UTC
|
🚀 __Mint Date:__ Mid June
|
||||||
✅ __Status:__ We have successfully received your wallet address: {address}"""
|
✅ __Status:__ We have successfully received your wallet address: {address}"""
|
||||||
| None -> do! Messaging.sendFollowUpMessage ctx "You have no submitted your wallet yet. Type `/submit`, paste your **Solana Wallet Address**, then press enter"
|
| None -> do! Messaging.sendFollowUpMessage ctx "You have no submitted your wallet yet. Type `/submit`, paste your **Solana Wallet Address**, then press enter"
|
||||||
with ex ->
|
with ex ->
|
||||||
@ -492,7 +492,7 @@ let submitAddress (address : string) (ctx : IDiscordContext) =
|
|||||||
|
|
||||||
|
|
||||||
do! Messaging.sendFollowUpMessage ctx $"""
|
do! Messaging.sendFollowUpMessage ctx $"""
|
||||||
🚀 __Mint Date:__ 31st May 18:00 UTC
|
🚀 __Mint Date:__ Mid June
|
||||||
✅ {msg} {address}
|
✅ {msg} {address}
|
||||||
|
|
||||||
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates."""
|
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user