- you must have node installed to run this bot locally.
- You will also need other packages. To install these, run this command:
npm install
npm run start
- If you want to update the bot's behavior while you are developing on it, run this command:
npm run startOnSave
- To compile the typescript to javascript, use
webpack
or
npm run build
- If you want it to compile every time you save, use command:
npm run buildOnSave
You will need a .env file to run this locally. It requires a BOT_TOKEN value, which you can find on Discord's website.