A simple discord bot to roll Random Settings League seeds for Ocarina of Time Randomizer.
To run locally:
- Set up a discord bot account (instructions elsewhere)
- Clone this repository.
- Clone the RSL Script repository into the main RSLBot directory.
- Write a file called
.env
in the main directory that includes 3 secret environment variables,CLIENT_ID
,OOTR_API_KEY
,CLIENT_TOKEN
. These keys are private, do not commit them to a repository or otherwise reveal them. - Run the bot with
node index.js
or via pm2 withpm2 start pm2.config.js
.