Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 355 Bytes

300bot

A rewrite of the original 300bot using discord.js.

Setup

  1. Install Node.js and Yarn.
  2. Install dependencies:
$ yarn
  1. Create an environment file .env from the example .env.example using your credentials.
  2. Compile and run:
$ yarn start