SlashBot/README.md
2020-10-26 03:20:14 +08:00

271 B

SlashBot

@RongSlashBot

Usage

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