mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
docs(Collector): properly document endReason (#6016)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -540,7 +540,7 @@ declare module 'discord.js' {
|
||||
public readonly client: Client;
|
||||
public collected: Collection<K, V>;
|
||||
public ended: boolean;
|
||||
public abstract endReason: string | null;
|
||||
public abstract readonly endReason: string | null;
|
||||
public filter: CollectorFilter<[V, ...F]>;
|
||||
public readonly next: Promise<V>;
|
||||
public options: CollectorOptions<[V, ...F]>;
|
||||
|
||||
Reference in New Issue
Block a user