17 lines
301 B
Markdown
17 lines
301 B
Markdown
# Simple bot that helps with gif creation
|
|
|
|
|
|
### Installation
|
|
|
|
```
|
|
docker build . -t gifbot
|
|
docker run -e "TOKEN=yourdiscordtoken" -d gifbot
|
|
```
|
|
|
|
|
|
### License
|
|
[GNU AGPLv3](https://git.alekswilc.dev/alekswilc/gifbot/src/branch/main/LICENSE)
|
|
|
|
```
|
|
Copyright (C) 2025 Aleksander <alekswilc> Wilczyński
|
|
``` |