1 unstable release
0.1.0 | Jul 15, 2022 |
---|
#5 in #sticker
26KB
Ban Premium Stickers
This bot allows you to prevent the usage of those cursed premium stickers in your telegram chat
Configuration
Bot is controlling by the following environment variables
TELOXIDE_TOKEN
Telegram bot token received from @BotFather
RUST_LOG
Logging level
It can take the following values
- error
- warn
- info
- debug
- trace
FOR_ALL_STICKERS
By default, bot reacts to premium stickers only,
but you can also make it react to any stickers using FOR_ALL_STICKERS=true
KICK_USERS
By default, bot only deletes messages with stickers,
but you can also configure it to kick users who send them using KICK_USERS=true
Instalation
From source
git clone https://github.com/DomesticMoth/bps.git
cd bps
make build
make install
Dependencies
~13–27MB
~442K SLoC