refactor: rename bossBarNamespace to namespace for global and some other config things

This commit is contained in:
ChomeNS
2024-12-17 16:36:19 +07:00
parent 0995c12b70
commit 2340991012
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public class Configuration {
public String weatherApiKey;
public String bossBarNamespace = "chomens_bot";
public String namespace = "chomens_bot";
public String teamName = "chomens_bot";
public Core core = new Core();