diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-07 23:37:49 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-07 23:37:49 -0600 |
commit | 88d693e804c37d1884c908dc6fa377c032ceea80 (patch) | |
tree | 6e2ddf90bcd544ee1be7c528b23d0f7a8837e224 /commands.js | |
parent | 183f29e38373582757776a9673c0f76a84904cec (diff) |
add pet command
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 2af766a..91d782a 100644 --- a/commands.js +++ b/commands.js @@ -4,6 +4,13 @@ import { REST, Routes } from 'discord.js'; const commands = [ { + name: 'pet', + description: 'pet sily bot', + type: 1, + integration_types: [0], + contexts: [0], + }, + { name: 'schedule_message', description: 'Register a message to run as a cron job', type: 1, |