gifbot/README.md
2025-03-26 19:43:52 +01:00

9 lines
143 B
Markdown

# Simple bot that helps with gif creation
### Installation
```
docker build . -t gifbot
docker run -e "TOKEN=yourdiscordtoken" -d gifbot
```