Skip to content

Commit 916e146

Browse files
committed
fix: remove useless EventContext type
1 parent 551c2ed commit 916e146

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/types/events.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ import type { Client } from 'discord.js'
22

33
export type EventCallback = (client: Client) => void
44

5-
export interface EventContext {
6-
name: string
7-
once: boolean
8-
execute: EventCallback
9-
}
10-
115
export interface EventOptions {
126
name?: string
137
once?: boolean

0 commit comments

Comments
 (0)