silvanus/slash-commands/template
2023-01-17 19:35:24 -05:00

11 lines
239 B
Plaintext

const { SlashCommandBuilder } = require('@discordjs/builders');
const fn = require('../functions.js');
module.exports = {
data: new SlashCommandBuilder()
.setName('')
.setDescription(''),
async execute(interaction) {
await
},
};