diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-12-11 21:40:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 21:40:39 -0600 |
commit | c25197dbe7a054022739190e41c12d09e79f4c04 (patch) | |
tree | 272cb9caf95933c49102a6711827c2a74596f381 /commands.js | |
parent | 36066ad3d8d92855bbfdf4273a53066c6092fa45 (diff) |
Add Buttons; Remove Unschedule Command (#5)
Diffstat (limited to 'commands.js')
-rw-r--r-- | commands.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/commands.js b/commands.js index 2c35d5e..97b7265 100644 --- a/commands.js +++ b/commands.js @@ -45,21 +45,6 @@ const commands = [ integration_types: [0], contexts: [0], }, - { - name: "unschedule_message", - description: "Stop sending a scheduled message", - type: 1, - options: [ - { - type: 3, - name: "id", - description: "the id of the message to stop", - required: true, - }, - ], - integration_types: [0], - contexts: [0], - }, ]; const rest = new REST({ version: "10" }).setToken(process.env.DISCORD_TOKEN); |