Discord bot for the online Social Deduction game: Untrusted.
- Create a new Discord bot and copy its token
- Copy .env.examplle to .env and add your token
- Run
npm install
to install dependencies - Run
npm run build
to transpile the Typescript code into Javascript - Run
npm run start
to start the bot