did some stuff.
nothing special
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user