Files
illegitimate-bot/events/buttons/inactiveapplicationdeny.js

11 lines
254 B
JavaScript

module.exports = {
name: "inactiveapplicationdeny",
description: "Denies an inactivity application.",
type: "button",
async execute(interaction) {
await interaction.reply({ content: "This button is currently disabled.", ephemeral: true });
}
}