aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 21:15:14 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 21:15:14 -0600
commitaf4278b2ee3b0bf9d541e13dfabbee7e8d5ee89b (patch)
treea58c290173e1d7c9e34c991cf3191596c36f730f /commands.js
parent128f3d63ea5ec3b225da8d0c7196ea4082389f9d (diff)
add fomx
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 31f7b34..0fad456 100644
--- a/commands.js
+++ b/commands.js
@@ -32,6 +32,13 @@ const commands = [
contexts: [0],
},
{
+ name: "fomx",
+ description: "get a fomx picture",
+ type: 1,
+ integration_types: [0],
+ contexts: [0],
+ },
+ {
name: "schedule_message",
description: "Register a message to run as a cron job",
type: 1,