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

@@ -3,6 +3,8 @@ module.exports = {
description: "Accept 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 });