[TypeScript] - The VS Code alert a ghost error when i inset a ActionRow in message components array
Firstly, the code:
Well... I'm making a bot with Typescript, but even when i insert a actionrow in the components array the vs code show me this error:
The command run without problems, but i get this error in vs code... How can i solve this? (Whitout using @ts-ignore. please)
Well... I'm making a bot with Typescript, but even when i insert a actionrow in the components array the vs code show me this error:
The command run without problems, but i get this error in vs code... How can i solve this? (Whitout using @ts-ignore. please)
discord.js version: 14.11.0node.js version: 18.3.0