silvanus/slash-commands/template

11 lines
238 B
Plaintext
Raw Permalink Normal View History

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