This commit is contained in:
2022-12-30 00:43:45 +00:00
parent e1adfdec40
commit 5d109f8b23
7 changed files with 861 additions and 0 deletions

8
composer.json Executable file
View File

@@ -0,0 +1,8 @@
{
"name": "tangmo/fxtwitter-bot",
"type": "project",
"require": {
"php": ">=8.1",
"longman/telegram-bot": "*"
}
}