Skip to content

YousefEZ/LeagueOfNations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lon_icon-25x25 League Of Nations Rewritten

🔧 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