From 870797c852575267f05288994dc176012c885e69 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 17 May 2022 22:11:25 +0700 Subject: [PATCH] Change copy --- Bot/InviteTracker.fs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"