First iteration

This commit is contained in:
2022-09-30 01:46:02 +00:00
parent b290f82dc5
commit e3cf8ddca4
7 changed files with 1021 additions and 0 deletions

10
composer.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "tangmo/trans-bot",
"type": "project",
"require": {
"php": ">=8.1",
"deeplcom/deepl-php": "^1.1.0",
"longman/telegram-bot": "*",
"steelywing/chinese": "^0.5.3"
}
}