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
+ error
+ warn
+ info
+ debug
+ trace
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