bot for counting swears
I got inspired by the idea of a classic “swear jar” concept, but I quickly became frustrated because it only counted swear words in English. That limitation made it useless in multilingual communities where people switch languages all the time. So I decided to build my own bot from scratch. The bot is designed to detect and count swear words in 24 different languages, making it far more flexible and inclusive. I also structured the code in a way that makes it very easy to expand, so adding new languages in the future only requires updating a simple configuration file instead of rewriting the entire system.