- Have Nodejs installed v16+
First you will need to configure the application to your bots configurations. You will need to get these credentials from your bots discord developer portal.
- Client ID
- Token
- Guild ID (Server ID)
Discords documentation is fairly good at explaining all this please follow there docs found here
Once all the configurations have been setup run this command:
yarn watch
To build & run the production bundle follow these commands:
yarn build
yarn start
TODO