Merge branch 'dev' into 'main'

Small bug fix

See merge request illegitimate/illegitimate-bot!33
This commit is contained in:
2023-10-02 06:15:15 +00:00

View File

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