did some stuff.

nothing special
This commit is contained in:
valentijn
2024-02-01 13:55:07 +01:00
parent fe674c9e06
commit beda73729d
5 changed files with 387 additions and 12 deletions

View File

@@ -56,6 +56,9 @@ app.get("/execute", (req, res) => {
case "help":
commands.help(req, res);
break;
case "info":
commands.info(req, res);
break;
default:
commands.customTextResponse(req, res, "Command '" + command + "' not found, please try again later, or type 'help' for the list of available commands");
break;