Updated interfacess and types
This commit is contained in:
8
src/interfaces/IButton.ts
Normal file
8
src/interfaces/IButton.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ButtonInteraction } from "discord.js"
|
||||
|
||||
export default interface IButton {
|
||||
name: string
|
||||
description: string
|
||||
execute: (interaction: ButtonInteraction) => Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user