# Runa Bot ## Usage ### Install ```bash poetry install ``` ### Run ```bash poetry run python -m RUNA ``` ### Docker Build ```bash docker build -t runa:latest . ``` ### Docker Run ```bash docker run -d --name runa runa:latest --restart=unless-stopped -e TOKEN="pmababo" -e KOREANBOT_TOKEN="test" -e OWNER_GUILD="1234567890" -e MONGODB_HOST="localhost" -e MONGODB_PORT="27017" -e MONGODB_ID="runa" -e MONGODB_PASSWORD="runa" -e MONGODB_DATABSE="runa" ``` ## License [BSL-1.0](https://opensource.org/licenses/BSL-1.0) ```