diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 0767b6d..fc1ee88 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -459,7 +459,7 @@ Keep an eye on <#{GuildEnvironment.channelAnnouncements}> for updates. 🚀 Mint Date: 31st May 18:00 UTC""" let builder = DiscordMessageBuilder() - builder.WithContent($"<@{ctx.GetDiscordMember().Username}> submitted his 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 let channel = (ctx.GetGuild().GetChannel(GuildEnvironment.channelEventsHackerBattle)) do! channel.SendMessageAsync(builder) |> Async.AwaitTask