Clone the repo on your machine
git clone https://github.com/dawgcodes/reedroux
Navigate to the newly created reedroux folder and install the npm packages
npm install
- Node.js 18.0.0 or newer
- PostgreSQL 13.0 or newer
- Java 16 or newer
- Clone the repository
- Install dependencies:
npm install
- Create a new PostgreSQL database
- Copy
.env.example
to.env
and fill in the values - Run the bot:
npm start
This project is licensed under the MIT License - see the LICENSE file for details
- discord.js for the Discord API wrapper
- command handler for the command handler