From c25197dbe7a054022739190e41c12d09e79f4c04 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:40:39 -0600 Subject: Add Buttons; Remove Unschedule Command (#5) --- commands.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'commands.js') 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); -- cgit v1.2.3