Property 'description' does not exist on type 'ApplicationCommandData'.
Hi yall, so I have this code here (https://sourceb.in/1t4I7PyZPo) but keep getting an error saying that description does not exist on
ApplicationCommandData
(line 5). Logging cmd gets me something along the lines of
So im not quite sure as to what the issue is, anybody mind helping out?5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Post the full error stack trace, not just the top part!
- Show your code!
- Explain what exactly your issue is.
- Not a discord.js issue? Check out #useful-servers.
- Issue solved? Press the button!are you receiving this error at compile time or just from your ide?
from my IDE
if you don't receive this at compile time, then it's simply an IDE issue
possibly solved by restarting your ts server
but regardless, not something to be fixed in your code, especially since
ApplicationCommandData
does have the property description
ok great, im not going crazy
thanks!