This commit is contained in:
Bxio 2025-04-04 20:10:17 +01:00
parent 819e906b47
commit 3ddfe5fe1a

1
cli.js
View File

@ -8,6 +8,7 @@ const chalk = require('chalk');
const templates = { const templates = {
command: `const { SlashCommandBuilder, EmbedBuilder } = require('discord.js'); command: `const { SlashCommandBuilder, EmbedBuilder } = require('discord.js');
module.exports = { module.exports = {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('your-command') .setName('your-command')