discord reaction bot A simple bot in Node using TS Installing npm install Create a .env file and add your discord token under TOKEN=<your-token> Running CLI Compiling the project in watch mode: npm run watch Running the application: npm start Running the tests: npm test