You need to setup some environment variables to run this bot. Open up .env.example and follow the instructions to fill the variables. If you're not used to how Discord bots work, check out the official docs. When you're done editing this file, run cp .env.example .env
in project root.
Clone the repository and run nvm install
and then nvm use
in your terminal. Use yarn
to download dependencies and yarn start
to run the project.