- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
#Types issues after updating
8 messages · Page 1 of 1 (latest)
my tsconfig.json ```json
{
"compilerOptions": {
"baseUrl": ".",
"module": "NodeNext",
"target": "es2022",
"sourceMap": true,
"rootDir": "./src",
"outDir": "./build",
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": false,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
},
"compileOnSave": true,
"include": [
"src//*",
"src//*.json"
],
"exclude": [
"node_modules",
"build"
]
}
EmbedBuilder doesn't have a .setRequester method
i am inherit EmbedBuilder for my purpose
okay, but those are your own methods, which are not discord.js related
what's the actual issue
problem in imports
if you could show what your actual error is, that would be great