Added @params options to buttons
This commit is contained in:
@@ -5,6 +5,8 @@ module.exports = {
|
||||
description: 'Deny a guild application.',
|
||||
type: 'button',
|
||||
|
||||
/** @param {import('discord.js').ButtonInteraction} interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
const modal = new ModalBuilder()
|
||||
|
||||
Reference in New Issue
Block a user