diff options
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, |