/Adonis-Bot

🤖 Discord Bot that is used on Self Improvement Poland discord server.

Primary LanguageTypeScript

Adonis Bot

A bot for the Selfimprovement Poland Discord server. It's written in TypeScript.

Installation

  1. Clone the repository
  2. Install dependencies with npm install
  3. Create a .env file and fill it with the following variables:
TOKEN="your-bot-token"
OPEN_AI="your-open-ai-token"
  1. Run the bot with npm start

Eslint

To run Eslint

npm run lint

To fix all issues

npm run lint:fix