Making all files use prettier

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-31 13:22:52 +02:00
parent 593f5544f7
commit 5aa85986cd
49 changed files with 4020 additions and 3779 deletions

View File

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