#Types issues after updating

8 messages · Page 1 of 1 (latest)

ionic auroraBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • 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!
solemn crater
#

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"
]
}

neon hemlock
#

EmbedBuilder doesn't have a .setRequester method

solemn crater
neon hemlock
#

okay, but those are your own methods, which are not discord.js related

#

what's the actual issue

solemn crater
#

problem in imports

neon hemlock
#

if you could show what your actual error is, that would be great