Fix guild logging filter

This commit is contained in:
Toastie 2025-02-03 00:54:33 +13:00
parent 66d67257be
commit c478f71917
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -32,6 +32,7 @@ public static class EventHandler
}
client.UpdateStatusAsync(new DiscordActivity(Config.presenceText, activityType), DiscordUserStatus.Online);
hasLoggedGuilds = true;
return Task.CompletedTask;
}
@ -41,7 +42,6 @@ public static class EventHandler
{
return;
}
hasLoggedGuilds = true;
Logger.Log("Found Discord server: " + e.Guild.Name + " (" + e.Guild.Id + ")");