Added @params options to buttons
This commit is contained in:
@@ -9,6 +9,8 @@ module.exports = {
|
||||
description: 'Update the waiting list.',
|
||||
type: 'button',
|
||||
|
||||
/** @param {import('discord.js').ButtonInteraction} interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.deferReply({ ephemeral: true });
|
||||
|
||||
Reference in New Issue
Block a user