Converted main codebase to typescript
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
13
src/events/buttons/inactiveapplicationaccept.ts
Normal file
13
src/events/buttons/inactiveapplicationaccept.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Button } from "../../interfaces"
|
||||
|
||||
export = {
|
||||
name: "inactiveapplicationaccept",
|
||||
description: "Accept 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