/WACCA_Bot

Primary LanguageJavaScript

WACCA_Bot

This bot is made to run with artemis

Current the only game I made this support is WACCA

TODO page can be found here

Formats can be found here

Pre-requisites

  • Install Node.js version 16.0.0 or above

Getting started

  • Clone the repository
git clone https://github.com/haawwkeye/WACCA_Bot.git <name>
  • Install dependencies
cd <name>
npm install
  • Copy .env

Windows:

copy example.env .env

Linux:

cp example.env .env
  • Open and fill out the .env file BEFORE running
  • Build and run the project
npm start