In the project directory, run:
pip install -r requirements.txtCreate a new database and user in postgres and update the .env file with the correct credentials. https://youtu.be/KuQUNHCeKCk
Create a .env file in the root of the project with the following variables:
DB_USER=<your_database_user>
DB_PASSWORD=<your_database_password>
DB_HOST=<your_database_host>
DB_PORT=<your_database_port>
DB_NAME=<your_database_name>
BOT_TOKEN=<your_discord_bot_token>
BOT_READY_CHANNEL_ID=<your_discord_channel_id>then run (or play button in IDE):
python bot.pyEnjoy!