响应诸如 “/抱”、“/摸摸” 之类消息的 Telegram Bot
Go to file
2020-10-26 02:54:06 +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 create README.md 2020-10-26 02:26:36 +08:00
requirements.txt initial 2020-10-26 02:11:53 +08:00
SlashBot.py fix redundant space when last_name do not exist 2020-10-26 02:54:06 +08:00

SlashBot

Usage

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