Process on transferring from JS -> TS
What would the process entail of converting my bot from JS -> TS? If this helps, the base framework is built off https://discordjs.guide/creating-your-bot/
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
3 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 OPd.js is compatible with typescript out of the box, typings are already included, you just start writing TS files
Alright, thanks :D