Files
illegitimate-bot/events/buttons/inactiveapplicationaccept.js
2023-09-01 06:53:45 +02:00

12 lines
277 B
JavaScript

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