2023-01-19 01:10:05 +00:00
|
|
|
const { SlashCommandBuilder } = require('discord.js');
|
2023-01-18 00:35:24 +00:00
|
|
|
const fn = require('../functions.js');
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
data: new SlashCommandBuilder()
|
|
|
|
.setName('')
|
|
|
|
.setDescription(''),
|
|
|
|
async execute(interaction) {
|
|
|
|
await
|
|
|
|
},
|
|
|
|
};
|