This commit is contained in:
Joseph Ferano 2022-06-07 21:54:35 +07:00
parent ba56e53fb0
commit cc915ac7a6

View File

@ -357,7 +357,7 @@ let showWalletStatus (ctx : IDiscordContext) =
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
🚀 __Mint Date:__ Mid June
__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 haven't submitted a 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"