-
Install python3 and pip.
-
Install the package dependencies :
python -m pip install -r requirements.txt
- Copy
app/example.env
toapp/.env
:
cp app/example.env app/.env
-
Put your discord token in
app/.env
. -
Run the bot :
python app/app.py
-
Install docker and docker-compose.
-
Copy
app/example.env
toapp/.env
:
cp app/example.env app/.env
-
Put your discord token in
app/.env
. -
Run
docker-compose up -d --build
.
Check the structure of the project here
Check the contribution guidelines here