From fe3c173855cd7664f8acaa44cacffe3696b9e920 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 19 Oct 2023 23:43:39 +0200 Subject: [PATCH] Bug fix --- commands/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/config.js b/commands/config.js index b751c0b..45debad 100644 --- a/commands/config.js +++ b/commands/config.js @@ -6,6 +6,7 @@ const mongoose = require("mongoose"); module.exports = { name: "config", description: "Configure the bot", + type: "slash", data: new SlashCommandBuilder() .setName("config")