This is Telegram bot which adds some features for more convenient and funny conversations in groups and chats. It allows to tag all chat members, schedule messages to be sent later, and randomly choose a chat member, who is then called ”the wolf of the day”.
/all
or simply@all
— tag all chat members/schedule <time> <message>
— sendmessage
at momenttime
/unschedule
— cancel message from being sent later. The command must be a reply to bot's/schedule
message confirmation/sched
— alias for/schedule
/unsched
— alias for/unschedule
/wolf
— find out who is the wolf of the day/wolfstats
— show wolf game stats/wolf_unregister
— stop playing wolf game/wolf_register
— resume playing wolf game (all users play the game by default)
cp .env.example .env
- Fill in
.env
file according to the instructions inside of it docker-compose build
docker-compose up -d