From f97d1e32bf80f4d9ce2339f526a1e7722387dacc Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 20:58:25 -0600 Subject: try https for request --- app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app.js') diff --git a/app.js b/app.js index 5828b31..794ca0d 100644 --- a/app.js +++ b/app.js @@ -37,6 +37,9 @@ function handle_application_command(state, data, channel_id) { case "blep": return blep(state); + case "catfact": + return catfact(state); + default: console.error(`unknown command: ${name}`); return res.status(400).json({ error: "unknown command" }); -- cgit v1.2.3