A bot for the Selfimprovement Poland Discord server. It"s written in TypeScript.
- Clone the repository
- Install dependencies with
npm install
- Create a
.env
file and fill it with the following variables:
TOKEN="your-bot-token"
OPEN_AI="your-open-ai-token"
- Run the bot with
npm start
To run Eslint
npm run lint
To fix all issues
npm run lint:fix