Added @params options for commands
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = {
|
||||
.setDescription('Update your guild rank.')
|
||||
.setDMPermission(false),
|
||||
|
||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.deferReply();
|
||||
|
||||
Reference in New Issue
Block a user