Crates.io | bps |
lib.rs | bps |
version | 0.1.0 |
source | src |
created_at | 2022-07-15 20:48:55.681294 |
updated_at | 2022-07-15 20:48:55.681294 |
description | Telegram bot to ban users for using premium stickers |
homepage | |
repository | https://github.com/DomesticMoth/bps |
max_upload_size | |
id | 626381 |
size | 80,043 |
This bot allows you to prevent the usage of those cursed premium stickers in your telegram chat
Bot is controlling by the following environment variables
Telegram bot token received from @BotFather
Logging level
It can take the following values
By default, bot reacts to premium stickers only,
but you can also make it react to any stickers using FOR_ALL_STICKERS=true
By default, bot only deletes messages with stickers,
but you can also configure it to kick users who send them using KICK_USERS=true
git clone https://github.com/DomesticMoth/bps.git
cd bps
make build
make install