响应诸如 “/抱”、“/摸摸” 之类消息的 Telegram Bot
Go to file
2020-10-26 15:36:12 +08:00
resources update README 2020-10-26 03:20:14 +08:00
Dockerfile create Dockerfile 2020-10-26 02:25:58 +08:00
LICENSE Initial commit 2020-10-26 00:58:15 +08:00
README.md update README 2020-10-26 03:20:14 +08:00
requirements.txt initial 2020-10-26 02:11:53 +08:00
SlashBot.py add '自己' support 2020-10-26 15:36:12 +08:00

SlashBot

@RongSlashBot

Usage

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