aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 20:58:25 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 20:58:25 -0600
commitf97d1e32bf80f4d9ce2339f526a1e7722387dacc (patch)
treee82cdf279b4114f7052bbabdf4c1a9e5ea83bc5c /commands.js
parent04b0fa8855b62fac8677300c8ced95852358e44b (diff)
try https for request
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands.js b/commands.js
index 97b7265..31f7b34 100644
--- a/commands.js
+++ b/commands.js
@@ -25,6 +25,13 @@ const commands = [
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",
type: 1,