Typescript build failure

Hey guys can anyone help me with this error?
Node v20.11.1
djs v14.14.1
TypeScript v5.4.2

node_modules/discord.js/typings/index.d.ts:3852:14 - error TS2536: Type 'T' cannot be used to index type 'MappedChannelCategoryTyp
es'.

3852   ): Promise<MappedChannelCategoryTypes[T]>;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/discord.js/typings/index.d.ts:3899:14 - error TS2536: Type 'T' cannot be used to index type 'MappedGuildChannelTypes'
.

3899   ): Promise<MappedGuildChannelTypes[T]>;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
Was this page helpful?