diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index d3765bd..eed8c89 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -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"