Go to file
tmddn3070 6693186d40 FEAT: Inital commit
This Commit Contained Rebrand Patches
2024-03-17 09:42:36 +09:00
RUNA FEAT: Inital commit 2024-03-17 09:42:36 +09:00
.gitignore FEAT: Inital commit 2024-03-17 09:42:36 +09:00
Dockerfile FEAT: Inital commit 2024-03-17 09:42:36 +09:00
LICENSE FEAT: Inital commit 2024-03-17 09:42:36 +09:00
pyproject.toml FEAT: Inital commit 2024-03-17 09:42:36 +09:00
README.md FEAT: Inital commit 2024-03-17 09:42:36 +09:00
requirement.txt Update dependencies and add KoreanBots integration 2023-12-05 22:30:58 +09:00

Runa Bot

Usage

Install

poetry install

Run

poetry run python -m RUNA

Docker Build

docker build -t runa:latest .

Docker Run

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