init
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Vibe Discord Bots
|
||||
|
||||
## Build
|
||||
|
||||
### UV
|
||||
|
||||
```bash
|
||||
export DISCORD_TOKEN=$(cat .token)
|
||||
uv run main.py
|
||||
```
|
||||
|
||||
### Container
|
||||
|
||||
```bash
|
||||
# Build
|
||||
podman build -t vibe-bot:latest .
|
||||
|
||||
# Run
|
||||
export DISCORD_TOKEN=$(cat .token)
|
||||
podman run -e DISCORD_TOKEN localhost/vibe-bot:latest
|
||||
```
|
||||
|
||||
## Deploy
|
||||
Reference in New Issue
Block a user