Added very important spelling correction module #12

Merged
dymik739 merged 1 commits from Misha1tigr/modular-bot-framework-for-telegram:master into master 2023-11-09 13:33:21 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 08672bdbbe - Show all commits

View File

@ -0,0 +1,3 @@
def process(message, path):
if "силк" in message.text.lower() or "лінк" in message.text.lower():
return "*посилання 🌚", None

View File

@ -0,0 +1,6 @@
{
"start_on_boot": true,
"alias": "troll-spelling-corrector",
"version": 2,
"index_file": "index.py"
}