From 3bbde4bc1583aa8279f548e70b77814d67cb8250 Mon Sep 17 00:00:00 2001 From: HEJOK254 <90698026+HEJOK254@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:14:21 +0200 Subject: [PATCH] Remove unused properties from config --- ConfigManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ConfigManager.cs b/ConfigManager.cs index 9354f9f..3c41807 100644 --- a/ConfigManager.cs +++ b/ConfigManager.cs @@ -5,8 +5,6 @@ namespace QuickEdit; public class Config { public required string token; - public ulong logChannel; - public ulong guildID; public ActivityType statusType; public string status = string.Empty; public bool debug = false;