Change copy

This commit is contained in:
Joseph Ferano 2022-05-17 22:11:25 +07:00
parent d61da7f40e
commit 870797c852

View File

@ -341,7 +341,9 @@ let showWalletStatus (ctx : IDiscordContext) =
PlayerInteractions.executePlayerAction ctx (fun player -> async {
try
match! getWalletAddress player.DiscordId with
| Some address -> do! Messaging.sendFollowUpMessage ctx $"We have received your wallet address: {address}"
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
🚀 Mint Date: 31st May, 18:00 UTC
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"
with ex ->
printfn $"{ex.Message}"