Adding inactive log applications

This commit is contained in:
2023-04-27 21:43:00 +02:00
parent aa2eb0dddd
commit 063e1b69bb
6 changed files with 314 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
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 });
}
}