Revive EvalCommand. On this side it is pretty much done. Backend is still very broken as of committing this

This commit is contained in:
ChomeNS
2024-10-18 20:21:52 +07:00
parent d0c46ee143
commit a3a126f7a8
12 changed files with 298 additions and 1 deletions

View File

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