Remove hard-coded home server
This commit is contained in:
parent
b63bc80095
commit
f586579393
@ -73,7 +73,7 @@ public class BotConfig {
|
|||||||
public static String DEFAULT_REACTION = ":heartpulse:";
|
public static String DEFAULT_REACTION = ":heartpulse:";
|
||||||
|
|
||||||
@ConfigurationOption
|
@ConfigurationOption
|
||||||
public static String HOME_SERVER = "340511685024546816";
|
public static String HOME_SERVER = "Home server here";
|
||||||
|
|
||||||
public static void initConfig(String filePath, boolean cleanfile) {
|
public static void initConfig(String filePath, boolean cleanfile) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user