Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 278 Bytes

Run Docker

docker build -t discord_bot .
docker run --name robot_game_bot --detach -v $PWD/discord_bot/data:/discord_bot/data discord_bot

Run Python script

python3.9 -m discord_bot.main

Tests

Run tests:

python3.9 -m pytest -v tests