Added @params options for commands

This commit is contained in:
2023-11-15 16:47:01 +01:00
parent 96931d1cd1
commit bcf8238d33
21 changed files with 43 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ module.exports = {
.setDescription('Help command')
.setDMPermission(true),
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
async execute(interaction) {
await interaction.deferReply({ ephemeral: true });