Updated interfacecs
This commit is contained in:
@@ -4,6 +4,5 @@ import { ButtonInteraction } from "discord.js"
|
||||
export default interface Button {
|
||||
name: string
|
||||
description: string
|
||||
type: "button"
|
||||
execute: (interaction: ButtonInteraction) => Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user