mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
feat(Collector): Addition of resetTimer() (#3825)
* feat(Collector): Addition of resetTimer() * typings
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user