mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-06 17:23:28 +08:00
响应诸如 “/抱”、“/摸摸” 之类消息的 Telegram Bot
Dockerfile | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
SlashBot.py |
SlashBot
Usage
docker create \
--name [container name] \
--restart unless-stopped \
-e TOKEN=[bot token] \
rongronggg9/slashbot
docker start [container name]