aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js15
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);