Adding inactive log applications
This commit is contained in:
11
events/buttons/inactiveapplicationaccept.js
Normal file
11
events/buttons/inactiveapplicationaccept.js
Normal 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 });
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user