./node_modules/discord.js/typings/index.d.ts:1301:21
Type error: Type parameter declaration expected.
1299 | * If the user were to pass only one of those channel types, the `Extract<>` would resolve to `never`.
1300 | */
> 1301 | public getChannel<const Type extends ChannelType = ChannelType>(
| ^
1302 | name: string,
1303 | required: true,
1304 | channelTypes?: readonly Type[],
./node_modules/discord.js/typings/index.d.ts:1301:21
Type error: Type parameter declaration expected.
1299 | * If the user were to pass only one of those channel types, the `Extract<>` would resolve to `never`.
1300 | */
> 1301 | public getChannel<const Type extends ChannelType = ChannelType>(
| ^
1302 | name: string,
1303 | required: true,
1304 | channelTypes?: readonly Type[],