Typescript template/support
Hey, I want to convert my discord.js javascript bot to typescript, is there any good or popular discord.js template/tutorial for the deploying and stuff?
Need something that supports event, interactions, etc, handlers.
4 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!npx create-discord-bot . --typescript
Hey, that didn't really what I meant since its very minimal and include only event handler
Im also moving my bot to typescript, and I started using sapphire it's really cool