Files
illegitimate-bot/events/buttons/inactiveapplicationaccept.js
2023-08-31 13:22:52 +02:00

10 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 });
},
};