Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 877 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 877 Bytes

longif-ezgif com-resize League Of Nations Rewritten

codecov Codacy Badge

🔧 Setup

To setup this project, you need to first install the requirements

pip install -r requirements.txt

You then need to write a .env file that contains the following variables:

DISCORD_TOKEN=your_token
DATABASE_URL=your_database_url

the database url is the connection to the database for example: sqlite:///db.sqlite3