fix: time in start date
This commit is contained in:
parent
c8435117e2
commit
34dce3a3c8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class Varo extends JavaPlugin {
|
|||
this.messageUtils = new MessageUtils(this);
|
||||
this.database = new Database();
|
||||
|
||||
this.config.addDefault("Varo.Start", 1590427800000f);
|
||||
this.config.addDefault("Varo.Start", 1590393600000f);
|
||||
this.config.addDefault("Varo.Debug", false);
|
||||
this.config.addDefault("Varo.Discord.Token", "insert.token.here");
|
||||
this.config.addDefault("Varo.Discord.Channel", "numeric.channel.id");
|
||||
|
|
Loading…
Reference in a new issue