Added very important spelling correction module
This commit is contained in:
parent
11acdb6fd4
commit
004cb2e50b
|
@ -0,0 +1,3 @@
|
||||||
|
def process(message, path):
|
||||||
|
if "силк" in message.text or "лінк" in message.text:
|
||||||
|
return "*посилання 🌚", None
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"start_on_boot": true,
|
||||||
|
"alias": "troll-spelling-corrector",
|
||||||
|
"version": 2,
|
||||||
|
"index_file": "index.py"
|
||||||
|
}
|
Loading…
Reference in New Issue