fix: time in start date

This commit is contained in:
Simon Giesel 2020-05-20 12:25:46 +02:00
parent c8435117e2
commit 34dce3a3c8

View file

@ -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");