This is my first discord bot that I will be making using discord.js. I intend to use this project as a way to learn the fundementals of discord.js and to learn how to make a bot that can be used in discord. This code will contain a lot of beginners mistakes.
This project uses TypeScript, Jest, and Node.js
DISCORD_TOKEN: Your discord token, from Discord Developer Portal.
$ npm install
$ npm build
$ npm start
If you found any errors / have ideas for improvement, feel free to create issue / pull request on this project.