Primer commit del sistema separado falta mejorar mucho

This commit is contained in:
nickpons666
2025-12-30 01:18:46 -06:00
commit 1679c73e52
2384 changed files with 472342 additions and 0 deletions

24
composer.json Executable file
View File

@@ -0,0 +1,24 @@
{
"name": "bot/discord-telegram-manager",
"description": "Sistema de administración para bots de Discord y Telegram",
"type": "project",
"require": {
"php": ">=8.0",
"firebase/php-jwt": "^6.0",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-json": "*",
"ext-gd": "*",
"ext-curl": "*",
"team-reflex/discord-php": "^10.40",
"telegram-bot/api": "^2.5"
},
"autoload": {
"psr-4": {
"Shared\\": "shared/",
"Discord\\": "discord/",
"Telegram\\": "telegram/",
"Gallery\\": "gallery/"
}
}
}