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 --- commands.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 97b7265..31f7b34 100644 --- a/commands.js +++ b/commands.js @@ -24,6 +24,13 @@ const commands = [ integration_types: [0], contexts: [0], }, + { + name: "catfact", + description: "get a cat fact", + type: 1, + integration_types: [0], + contexts: [0], + }, { name: "schedule_message", description: "Register a message to run as a cron job", -- cgit v1.2.3