Added very important spelling correction module

This commit is contained in:
Misha 2023-11-09 12:33:53 +02:00
parent 11acdb6fd4
commit 08672bdbbe
2 changed files with 9 additions and 0 deletions

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"
}