e0e00353a8b69dbcd9633f6557380c227a0b4377
Vibe Discord Bots
Build
UV
export DISCORD_TOKEN=$(cat .token)
uv run main.py
Container
# Build
podman build -t vibe-bot:latest .
# Run
export DISCORD_TOKEN=$(cat .token)
podman run -e DISCORD_TOKEN localhost/vibe-bot:latest
Deploy
Description
Languages
Python
99.2%
Dockerfile
0.8%