Copy
This commit is contained in:
parent
c52c601c62
commit
d61da7f40e
@ -342,7 +342,7 @@ let showWalletStatus (ctx : IDiscordContext) =
|
||||
try
|
||||
match! getWalletAddress player.DiscordId with
|
||||
| Some address -> do! Messaging.sendFollowUpMessage ctx $"We have received your wallet address: {address}"
|
||||
| None -> do! Messaging.sendFollowUpMessage ctx "You have not submitted your wallet yet"
|
||||
| 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}"
|
||||
do! Messaging.sendFollowUpMessage ctx "Something went wrong retrieving your wallet address"
|
||||
|
Loading…
x
Reference in New Issue
Block a user