Underline
This commit is contained in:
parent
e84d77a559
commit
d99b3900c5
@ -342,8 +342,8 @@ let showWalletStatus (ctx : IDiscordContext) =
|
||||
try
|
||||
match! getWalletAddress player.DiscordId with
|
||||
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
|
||||
🚀 Mint Date: 31st May, 18:00 UTC
|
||||
✅ Status: We have successfully received your wallet address: {address}"""
|
||||
🚀 __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}"
|
||||
@ -465,10 +465,10 @@ let submitWhitelist (address : string) (ctx : IDiscordContext) =
|
||||
| None -> "We have successfully received your wallet address"
|
||||
do! addWalletAddress (ctx.GetDiscordMember().Id) address
|
||||
do! Messaging.sendFollowUpMessage ctx $"""
|
||||
🚀 __Mint Date:__ 31st May 18:00 UTC
|
||||
✅ {msg} {address}
|
||||
|
||||
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates.
|
||||
🚀 Mint Date: 31st May 18:00 UTC"""
|
||||
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates."""
|
||||
|
||||
let builder = DiscordMessageBuilder()
|
||||
builder.WithContent($"<@{ctx.GetDiscordMember().Username}> submitted their wallet address in <#{GuildEnvironment.channelSubmitWallet}> and confirmed whitelist") |> ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user