diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:15:14 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:15:14 -0600 |
commit | af4278b2ee3b0bf9d541e13dfabbee7e8d5ee89b (patch) | |
tree | a58c290173e1d7c9e34c991cf3191596c36f730f /commands.js | |
parent | 128f3d63ea5ec3b225da8d0c7196ea4082389f9d (diff) |
add fomx
Diffstat (limited to 'commands.js')
-rw-r--r-- | commands.js | 7 |
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, |