Added very important spelling correction module
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
def process(message, path):
|
||||
if "силк" in message.text.lower() or "лінк" in message.text.lower():
|
||||
return "*посилання 🌚", None
|
||||
Reference in New Issue
Block a user