Moved to using an object for execute args
This commit is contained in:
@@ -4,7 +4,7 @@ export = {
|
||||
name: "inactiveapplicationaccept",
|
||||
description: "Accept an inactivity application.",
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.reply({
|
||||
content: "This button is currently disabled.",
|
||||
ephemeral: true
|
||||
|
||||
Reference in New Issue
Block a user