/FnBrBot

🤖 A powerful fortnite lobby bot written in TypeScript and powered by the fnbr library

Primary LanguageTypeScriptMIT LicenseMIT

FnBrBot

A powerful fortnite lobby bot written in TypeScript and powered by the fnbr library

Installation

  1. Download and install Node.js
  2. Download and extract the repo or git clone it
  3. Open the terminal and go into the unzipped directory
  4. Type npm install and wait
  5. Rename .env.example to .env and fill the values to fit your needs
  6. Build the bot via the npm run build command
  7. Run the bot via the npm run start command
  8. Get an authorization code from here
  9. Paste the authorization code when asked and your bot should log-in

Configuration

The bot configuration can be edited inside the src/config.ts file

In order to load the .env file, you must have Node.js >= 20.6.0 installed, otherwise simply hardcode them in the config.ts file