feat(jsdoc): remove useless class
This commit is contained in:
parent
caac5fc97e
commit
66dbd7889c
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ export interface ClientOptions {
|
|||
fetchUncachedReactions?: boolean
|
||||
}
|
||||
|
||||
export interface ClientEventsEmitter {
|
||||
on: <U extends string>(event: U, listener: ClientEvents[U]) => this
|
||||
|
||||
emit: <U extends string>(
|
||||
event: U,
|
||||
...args: Parameters<ClientEvents[U]>
|
||||
) => boolean
|
||||
}
|
||||
|
||||
/**
|
||||
* Discord Client.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue