Updated interfacess and types
This commit is contained in:
10
src/interfaces/IEvent.ts
Normal file
10
src/interfaces/IEvent.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ClientEvents } from "discord.js"
|
||||
|
||||
export default interface IEvent {
|
||||
name: string
|
||||
description: string
|
||||
event: keyof ClientEvents
|
||||
disabled?: boolean
|
||||
execute(...args: any[]): void
|
||||
}
|
||||
Reference in New Issue
Block a user