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