discord.js has no exported member named 'APIMessageActionRowComponent'
i think there is a pull request opened to fix this issue but idk if it's already fixed yet or not.
So, im getting this known error when i do
npm run dev
on my new typescript bot.
anyone know how to fix this? maybe temporarily?
Solution:Jump to solution
install the latest version of
@sapphire/framework
(5.3.5) and if installed separately, update @sapphire/discord.js-utilities
(7.3.3)4 Replies
Solution
install the latest version of
@sapphire/framework
(5.3.5) and if installed separately, update @sapphire/discord.js-utilities
(7.3.3)or nuke your node_modules and lock file and rerun install
this actually worked and i forgot to update here 💀
it's actually the CLI installing older version of
@sapphire/framework
i use CLI to create new projects or generate components.