This commit is contained in:
Joseph Ferano 2022-05-17 21:15:18 +07:00
parent c52c601c62
commit d61da7f40e

View File

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