Añadiendo todos los archivos del proyecto (incluidos secretos y venv)

This commit is contained in:
2026-03-06 18:31:45 -06:00
parent 3a15a3eafa
commit e4d50b6eb5
4965 changed files with 991048 additions and 0 deletions

39
config.yaml Normal file
View File

@@ -0,0 +1,39 @@
discord:
token:
telegram:
token:
libretranslate:
url:
web:
host: 0.0.0.0
port: 8000
admin_username:
admin_password:
database:
type: sqlite
path: bots_config.db
host:
port: 3306
user:
password:
name: mi_red
languages:
enabled:
- code: en
name: English
flag: "🇬🇧"
- code: es
name: Español
flag: "🇪🇸"
- code: fr
name: Français
flag: "🇫🇷"
- code: de
name: Deutsch
flag: "🇩🇪"
- code: it
name: Italiano
flag: "🇮🇹"
- code: pt
name: Português
flag: "🇵🇹"