Skip to content

Commit

Permalink
Remove unused properties from config
Browse files Browse the repository at this point in the history
  • Loading branch information
HEJOK254 committed Jun 17, 2024
1 parent 8220550 commit 3bbde4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3bbde4b

Please sign in to comment.