From 2e5d6d480eeedcf502adb9471f10fd871c61df0b Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 2 Oct 2023 08:14:51 +0200 Subject: [PATCH] Small bug fix Signed-off-by: Taken --- commands/remove.js | 1 + 1 file changed, 1 insertion(+) 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')