From 517cf46b1aa0cefa5091d7825f468ef920fe4ac8 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sun, 29 May 2022 16:45:54 +0700 Subject: [PATCH] Confused --- Bot/InviteTracker.fs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 36f588f..9967c7a 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -453,8 +453,7 @@ let handleMemberUpdated (client : DiscordClient) (event : GuildMemberUpdateEvent let handleMessageCreated _ (event : MessageCreateEventArgs) = task { let bot = GuildEnvironment.botClientRecruit.Value - printfn $"{event.Channel.Id} - {GuildEnvironment.channelSubmitWallet}" - printfn $"{event.Author.Id} - {bot.CurrentUser.Id}" + printfn $"What channel is it? {event.Channel.Id} - {GuildEnvironment.channelSubmitWallet} ||| Who done it? {event.Author.Id} - {bot.CurrentUser.Id}" if event.Channel.Id = GuildEnvironment.channelSubmitWallet && event.Author.Id <> bot.CurrentUser.Id then do! Async.Sleep 100 printfn "Going to delete"