TypeError Cannot read properties of undefined (reading 'CHANNEL_CREATE')
So following the docs, I've set up everything and it should work, but I get the error in the title.
I'm using TypeScript, and I've installed the required packages (
@sapphire/framework
and discord.js
)
However when I do npm start
I get the error.Solution:Jump to solution
Sapphire isn't compatible with Discord.js v14 just yet, which is why you're getting the error.
3 Replies