Commands
Basic CommandKit Bot Structure
module.exports = {
data:
run: ({}) => {}
options: {}
}Data
const { SlashCommandBuilder } = require('discord.js')const { SlashCommandBuilder } = require('discord.ks')
module.exports = {
data: new SlashCommandBuilder()
run: ({}) => {}
options: {}
}Run
Options
Last updated