SlashBot/README.md
2020-10-26 02:26:36 +08:00

200 B

SlashBot

Usage

docker create \
    --name [container name] \
    --restart unless-stopped \
    -e TOKEN=[bot token] \
    rongronggg9/slashbot
docker start [container name]