Small bug fix

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-10-02 08:14:51 +02:00
parent 0727e16ba5
commit 2e5d6d480e

View File

@@ -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')