Many typing issues with Typescript

I am new to DiscordJS, and I keep facing typing issues with Typescript.. There are some examples in the images
I tried many types but none seem to work, does anyone have a solution to suggest ?
Here are my dependencies :
"discord.js": "^14.11.0",
"dotenv": "^16.3.1"

Here are my dev dependencies :
"@types/node": "^20.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
image.png
image.png
Was this page helpful?