Added @params options for commands
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user