diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index eed8c89..c2919fe 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -341,7 +341,9 @@ let showWalletStatus (ctx : IDiscordContext) = PlayerInteractions.executePlayerAction ctx (fun player -> async { try match! getWalletAddress player.DiscordId with - | Some address -> do! Messaging.sendFollowUpMessage ctx $"We have received your wallet address: {address}" + | Some address -> do! Messaging.sendFollowUpMessage ctx $""" +🚀 Mint Date: 31st May, 18:00 UTC +✅ 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" with ex -> printfn $"{ex.Message}"