Skip to content

Commit 6cc5fa2

Browse files
authoredMar 20, 2024··
fix(types): Export ReadonlyCollection (#10184)
1 parent 93c174b commit 6cc5fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/discord.js/typings/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ export class ClientVoiceManager {
11151115
public adapters: Map<Snowflake, InternalDiscordGatewayAdapterLibraryMethods>;
11161116
}
11171117

1118-
export { Collection } from '@discordjs/collection';
1118+
export { Collection, ReadonlyCollection } from '@discordjs/collection';
11191119

11201120
export interface CollectorEventTypes<Key, Value, Extras extends unknown[] = []> {
11211121
collect: [Value, ...Extras];

0 commit comments

Comments
 (0)
Please sign in to comment.