Updated interfacecs
This commit is contained in:
@@ -4,7 +4,6 @@ import { ClientEvents } from "discord.js"
|
||||
export default interface Event {
|
||||
name: string
|
||||
description: string
|
||||
type: "event"
|
||||
event: keyof ClientEvents
|
||||
disabled?: boolean
|
||||
execute(...args: any[]): void
|
||||
|
||||
Reference in New Issue
Block a user