Tcukawi
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Tcukawi on 4/18/2024 in #djs-questions
getting error on attaching attachments
Error uploading product: TypeError: Cannot read properties of undefined (reading 'Symbol(Symbol.asyncIterator)')
on uploading attachmentbuilder[]
9 replies
DIAdiscord.js - Imagine an app
•Created by Tcukawi on 4/18/2024 in #djs-questions
getting typings error
tsc
node_modules/discord.js/typings/index.d.ts:1210:21 - error TS1139: Type parameter declaration expected.
1210 public getChannel<const Type extends ChannelType = ChannelType>(
~
node_modules/discord.js/typings/index.d.ts:1210:27 - error TS1435: Unknown keyword or identifier. Did you mean 'type'?
1210 public getChannel<const Type extends ChannelType = ChannelType>(
~~
node_modules/discord.js/typings/index.d.ts:1210:32 - error TS1068: Unexpected token. A constructor, method, accessor, or property was expected.
1210 public getChannel<const Type extends ChannelType = ChannelType>(
~
why am i getting typings error, even tho i already skibLibCheck on the ts config
6 replies