Updated all files based on eslintrc
This commit is contained in:
@@ -5,5 +5,6 @@ export default interface Event {
|
||||
description: string
|
||||
type: "event"
|
||||
event: keyof ClientEvents
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
execute(...args: any[]): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user