This commit is contained in:
2023-10-19 23:43:39 +02:00
parent 0efbdfb370
commit fe3c173855

View File

@@ -6,6 +6,7 @@ const mongoose = require("mongoose");
module.exports = { module.exports = {
name: "config", name: "config",
description: "Configure the bot", description: "Configure the bot",
type: "slash",
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName("config") .setName("config")