feat(Collector): Addition of resetTimer() (#3825)

* feat(Collector): Addition of resetTimer()

* typings
This commit is contained in:
matthewfripp
2020-02-24 17:17:24 +00:00
committed by GitHub
parent a69ebbe9d9
commit acf724e691
2 changed files with 18 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -337,6 +337,7 @@ declare module 'discord.js' {
public handleCollect(...args: any[]): void;
public handleDispose(...args: any[]): void;
public stop(reason?: string): void;
public resetTimer(options?: { time?: number, idle?: number }): void;
public [Symbol.asyncIterator](): AsyncIterableIterator<V>;
public toJSON(): object;