diff --git a/src/config.jsonc b/src/config.jsonc index 6c00a50..948c125 100644 --- a/src/config.jsonc +++ b/src/config.jsonc @@ -134,7 +134,7 @@ }, // === DASHBOARD === "dashboard": { - "enabled": false, // autostart the dashboard with the bot + "enabled": true, // autostart the dashboard with the bot "port": 3000, "host": "127.0.0.1" },