Added @params options to buttons

This commit is contained in:
2023-11-15 18:14:04 +01:00
parent c516c738a4
commit cf5f8be29f
12 changed files with 24 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ module.exports = {
description: 'Deny a guild application.',
type: 'button',
/** @param {import('discord.js').ButtonInteraction} interaction */
async execute(interaction) {
const modal = new ModalBuilder()