diff --git a/Events/InteractionEvents.cs b/Events/InteractionEvents.cs index fcc3c7a..2c3b50f 100644 --- a/Events/InteractionEvents.cs +++ b/Events/InteractionEvents.cs @@ -18,8 +18,8 @@ private static async Task LogCmdUsage(BaseContext context) { // Ignore home server, excluded servers, and authorized users if (context.Guild is not null && (context.Guild.Id == Program.HomeServer.Id || - Program.ConfigJson.Logs.SlashCommands.CmdLogExcludedGuilds.Contains(context.Guild.Id.ToString()) || - Program.ConfigJson.Base.AuthorizedUsers.Contains(context.User.Id.ToString()))) + Program.ConfigJson.Logs.SlashCommands.CmdLogExcludedGuilds.Contains(context.Guild.Id.ToString())) || + Program.ConfigJson.Base.AuthorizedUsers.Contains(context.User.Id.ToString())) return; // Increment count