refactor: make the discord channel in config based on channel id instead of channel name so we can rename the channels from tonyboom to jorkboom for example, without having to modify the config

This commit is contained in:
ChomeNS
2025-05-27 18:21:08 +07:00
parent 48ffc7c01c
commit 76e874e077
9 changed files with 15 additions and 30 deletions

View File

@@ -153,7 +153,7 @@ public class Configuration {
public int port;
public String username;
public String serverName;
public String discordChannel;
public String discordChannelId;
public String ircChannel;
public boolean hidden = false;
public boolean useCore = true;