To setup this project, you need to first install the requirements
pip install -r requirements.txtYou then need to write a .env file that contains the following variables:
DISCORD_TOKEN=your_token
DATABASE_URL=your_database_urlthe database url is the connection to the database for example: sqlite:///db.sqlite3
