diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 9a85a64..14034ba 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -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"