We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReadonlyCollection
1 parent 93c174b commit 6cc5fa2Copy full SHA for 6cc5fa2
packages/discord.js/typings/index.d.ts
@@ -1115,7 +1115,7 @@ export class ClientVoiceManager {
1115
public adapters: Map<Snowflake, InternalDiscordGatewayAdapterLibraryMethods>;
1116
}
1117
1118
-export { Collection } from '@discordjs/collection';
+export { Collection, ReadonlyCollection } from '@discordjs/collection';
1119
1120
export interface CollectorEventTypes<Key, Value, Extras extends unknown[] = []> {
1121
collect: [Value, ...Extras];
0 commit comments