diff --git a/typings/index.d.ts b/typings/index.d.ts index c694fa260..d71dde4d7 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1684,7 +1684,7 @@ declare module 'discord.js' { export class DataStore, R = any> extends Collection { constructor(client: Client, iterable: Iterable, holds: VConstructor); - public static readonly [Symbol.species]: typeof CollectionConstructor; + public static readonly [Symbol.species]: CollectionConstructor; public client: Client; public holds: VConstructor; public add(data: any, cache?: boolean, { id, extras }?: { id: K, extras: any[] }): V;