You will need:
Install dependencies with pnpm install.
Create a file named config.json in the root directory of the project. This file should contain the following:
{
"token": "[discord bot token]",
"owners": ["[bot owner id]"],
"feedbackChannel": "[feedback channel id]"
}Create a file named .env in the root directory of the project. This file should contain the following:
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"Where the DATEBASE_URL is a valid PostgreSQL connection string.
pnpm run start- Run the project in productionpnpm run dev- Run the project in development (with hot reloading)
This project is licensed under MIT
👤 Morgan Dilling "MJD"
Contributions, issues and feature requests are welcome! Check out the Code of Conduct before contributing.