Add to Discord ย ย โขย ย Support Server ย ย โขย ย Roadmap
Caution
Resource usage issues in fetching data from OPL. Bot will not be usable until fixes are complete.
- Dec 22 '25
Important
Branding refresh! Now with our own original logo. Version 1.0 is in the final stages of development. Check the roadmap for progress and remaining issues.
- Nov 22 '25
Project requires Node.js to run. After installing, it is recommended to use NVM (installation guide) to manage Node versions. To set the Node version used by the project, run nvm use from root and follow the prompts, especially if that version has not been installed yet.
No other system level dependencies are needed.
This project uses dotenv to manage environment-specific settings. Rename the .env.example file in the bot directory to .env and enter in the necessary values listed inside the file. If you do not have a token yet, check out this guide.
Warning
Keep the Discord token to yourself at all costs.
In the root directory of the project enter the following commands. This will install all dependencies and begin the dev instance.
npm run install:all
npm run devTo run the Discord bot or web client individually, enter either the bot or web directory and run:
npm install
npm run dev