diff --git a/commands/remove.js b/commands/remove.js index 6e8aecb..ae83165 100644 --- a/commands/remove.js +++ b/commands/remove.js @@ -5,6 +5,7 @@ const { waitinglistSchema } = require("../schemas/waitinglistSchema.js") module.exports = { name: 'remove', description: 'Remove a person on the waiting list.', + type: 'slash', data: new SlashCommandBuilder() .setName('remove')