SlashBot/README.md

14 lines
200 B
Markdown
Raw Normal View History

2020-10-26 02:26:36 +08:00
# SlashBot
## Usage
```sh
docker create \
--name [container name] \
--restart unless-stopped \
-e TOKEN=[bot token] \
rongronggg9/slashbot
```
```sh
docker start [container name]
```