Revive EvalCommand. On this side it is pretty much done. Backend is still very broken as of committing this
This commit is contained in:
@@ -26,6 +26,8 @@ public class Configuration {
|
||||
public IRC irc = new IRC();
|
||||
public Music music = new Music();
|
||||
|
||||
public Eval eval = new Eval();
|
||||
|
||||
public ColorPalette colorPalette = new ColorPalette();
|
||||
|
||||
public String ownerName = "chayapak"; // mabe mabe
|
||||
@@ -125,6 +127,10 @@ public class Configuration {
|
||||
public String error = "#FF0000";
|
||||
}
|
||||
|
||||
public static class Eval {
|
||||
public String address = "ws://localhost:3069";
|
||||
}
|
||||
|
||||
public static class SelfCare {
|
||||
public int delay = 225;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user