Updated buttons and etc to components folder
This commit is contained in:
14
src/components/buttons/inactiveapplicationdeny.ts
Normal file
14
src/components/buttons/inactiveapplicationdeny.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Button } from "../../interfaces"
|
||||
|
||||
export = {
|
||||
name: "inactiveapplicationdeny",
|
||||
description: "Denies an inactivity application.",
|
||||
type: "button",
|
||||
|
||||
async execute(interaction) {
|
||||
await interaction.reply({
|
||||
content: "This button is currently disabled.",
|
||||
ephemeral: true,
|
||||
})
|
||||
},
|
||||
} as Button
|
||||
Reference in New Issue
Block a user