mirror of
https://github.com/house-of-vanity/techops_bot.git
synced 2025-07-06 17:34:08 +00:00
18 lines
400 B
Markdown
18 lines
400 B
Markdown
![]() |
# TechOps destiny bot
|
||
|
|
||
|
- Awared of the current TechOps team composition.
|
||
|
- Is able to */roll* for all team at once.
|
||
|
- ...
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
There is a Docker image. Run your own bot:
|
||
|
```shell
|
||
|
export ALLOWED_CHAT=-11111111
|
||
|
export TG_TOKEN=<token>
|
||
|
export OPS_LIST=@ultradesu,@jesus_christ
|
||
|
|
||
|
docker run -ti -e ALLOWED_CHAT=${ALLOWED_CHAT} -e TG_TOKEN=${TG_TOKEN} -e OPS_LIST=${OPS_LIST} techops_bot:latest
|
||
|
```
|
||
|
|