diff --git a/Events/ReadyEvent.cs b/Events/ReadyEvent.cs index 742c28b..b877c7e 100644 --- a/Events/ReadyEvent.cs +++ b/Events/ReadyEvent.cs @@ -8,7 +8,10 @@ public static async Task OnReady(DiscordClient client, SessionCreatedEventArgs _ { homeGuild = await discord.GetGuildAsync(cfgjson.ServerID); - await LogChannelHelper.UnpackLogConfigAsync(cfgjson); + + if (!LogChannelHelper.ready) + await LogChannelHelper.UnpackLogConfigAsync(cfgjson); + var fetchResult = await APIs.ServerAPI.FetchMaliciousServersList(); if (fetchResult is not null) {