Change copy
This commit is contained in:
parent
d61da7f40e
commit
870797c852
@ -341,7 +341,9 @@ let showWalletStatus (ctx : IDiscordContext) =
|
|||||||
PlayerInteractions.executePlayerAction ctx (fun player -> async {
|
PlayerInteractions.executePlayerAction ctx (fun player -> async {
|
||||||
try
|
try
|
||||||
match! getWalletAddress player.DiscordId with
|
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"
|
| 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 ->
|
||||||
printfn $"{ex.Message}"
|
printfn $"{ex.Message}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user