Added @params options to buttons
This commit is contained in:
@@ -3,6 +3,8 @@ module.exports = {
|
||||
description: "Denies an inactivity application.",
|
||||
type: "button",
|
||||
|
||||
/** @param {import('discord.js').ButtonInteraction} interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.reply({ content: "This button is currently disabled.", ephemeral: true });
|
||||
|
||||
Reference in New Issue
Block a user