transliteration-decoder: add !dc command trigger, allow cz-ua model to be default and make code more readable

This commit is contained in:
2023-04-26 13:12:15 +03:00
parent c4f6e952bc
commit 45b0a5973c
3 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"version": 1,
"index_file": "index.py",
"start_on_boot": true,
"alias": "translit-decoder"
"alias": "translit-decoder",
"predefine": "predefine.py"
}