forked from engineering/crv2
type fixes for DiscordEvent.ts
parent
0ee34462bf
commit
3a2d5d44fc
|
@ -8,5 +8,5 @@ export default abstract class DiscordEvent {
|
|||
this.client = client;
|
||||
this.execute = this.execute.bind(this);
|
||||
}
|
||||
public abstract execute(...args: any[]): Error | Promise<void>;
|
||||
public abstract execute(...args: never[]): Error | Promise<void>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue