This is a template meant for Discord.JS developers who want to use TypeScript instead of JavaScript.
To run this project, you will need to add the following environment variables to your .env file
BOT_TOKEN
- Discord Bot's Token
CLIENT_ID
- Discord Bot's Client ID
To install the dependencies with npm, run:
npm i
To deploy this project, run:
npm run start