6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffIt's not client.chalk, chalk is a seperate package than d.js. just chalk.white

Well, yes, you didn't define the chalk variable.
const chalk = require("chalk")
at the top of the fileok thanks
it is work