CarelessInternet
CarelessInternet
DIAdiscord.js - Imagine an app
Created by CarelessInternet on 11/16/2023 in #djs-questions
ActionRowBuilder type error
thanks for pointing me towards the solution
7 replies
DIAdiscord.js - Imagine an app
Created by CarelessInternet on 11/16/2023 in #djs-questions
ActionRowBuilder type error
ah yeah my bad there was a version mismatch between my package that uses discord.js and the bot application
7 replies
DIAdiscord.js - Imagine an app
Created by CarelessInternet on 11/16/2023 in #djs-questions
ActionRowBuilder type error
here's my tsconfig.json if it helps:
{
"compilerOptions": {
"experimentalDecorators": true,
"paths": {
"@/*": ["./src/*"]
},
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"verbatimModuleSyntax": true,
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
/* Strictness */
"strict": true,
"noUncheckedIndexedAccess": true,
/* If NOT transpiling with TypeScript: */
"moduleResolution": "Bundler",
"module": "ESNext",
"noEmit": true,
/* If your code doesn't run in the DOM: */
"lib": ["es2022"]
// /* If you're building for a library: */
// "declaration": true,
// /* If you're building for a library in a monorepo: */
// "composite": true,
// "declarationMap": true
}
}
{
"compilerOptions": {
"experimentalDecorators": true,
"paths": {
"@/*": ["./src/*"]
},
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"verbatimModuleSyntax": true,
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
/* Strictness */
"strict": true,
"noUncheckedIndexedAccess": true,
/* If NOT transpiling with TypeScript: */
"moduleResolution": "Bundler",
"module": "ESNext",
"noEmit": true,
/* If your code doesn't run in the DOM: */
"lib": ["es2022"]
// /* If you're building for a library: */
// "declaration": true,
// /* If you're building for a library in a monorepo: */
// "composite": true,
// "declarationMap": true
}
}
7 replies
DIAdiscord.js - Imagine an app
Created by CarelessInternet on 11/16/2023 in #djs-questions
ActionRowBuilder type error
it didn't help
7 replies