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")