9 lines
143 B
Markdown
9 lines
143 B
Markdown
# Simple bot that helps with gif creation
|
|
|
|
|
|
### Installation
|
|
|
|
```
|
|
docker build . -t gifbot
|
|
docker run -e "TOKEN=yourdiscordtoken" -d gifbot
|
|
``` |