Underline
This commit is contained in:
parent
e84d77a559
commit
d99b3900c5
@ -342,8 +342,8 @@ let showWalletStatus (ctx : IDiscordContext) =
|
|||||||
try
|
try
|
||||||
match! getWalletAddress player.DiscordId with
|
match! getWalletAddress player.DiscordId with
|
||||||
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
|
| Some address -> do! Messaging.sendFollowUpMessage ctx $"""
|
||||||
🚀 Mint Date: 31st May, 18:00 UTC
|
🚀 __Mint Date:__ 31st May, 18:00 UTC
|
||||||
✅ Status: We have successfully received your wallet address: {address}"""
|
✅ __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 have no submitted your wallet yet. Type `/submit`, paste your **Solana Wallet Address**, then press enter"
|
||||||
with ex ->
|
with ex ->
|
||||||
printfn $"{ex.Message}"
|
printfn $"{ex.Message}"
|
||||||
@ -465,10 +465,10 @@ let submitWhitelist (address : string) (ctx : IDiscordContext) =
|
|||||||
| None -> "We have successfully received your wallet address"
|
| None -> "We have successfully received your wallet address"
|
||||||
do! addWalletAddress (ctx.GetDiscordMember().Id) address
|
do! addWalletAddress (ctx.GetDiscordMember().Id) address
|
||||||
do! Messaging.sendFollowUpMessage ctx $"""
|
do! Messaging.sendFollowUpMessage ctx $"""
|
||||||
|
🚀 __Mint Date:__ 31st May 18:00 UTC
|
||||||
✅ {msg} {address}
|
✅ {msg} {address}
|
||||||
|
|
||||||
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates.
|
Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates."""
|
||||||
🚀 Mint Date: 31st May 18:00 UTC"""
|
|
||||||
|
|
||||||
let builder = DiscordMessageBuilder()
|
let builder = DiscordMessageBuilder()
|
||||||
builder.WithContent($"<@{ctx.GetDiscordMember().Username}> submitted their wallet address in <#{GuildEnvironment.channelSubmitWallet}> and confirmed whitelist") |> ignore
|
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