| Token Discord | {{ '✅ Configurado' if config.discord.token and config.discord.token != 'TU_DISCORD_BOT_TOKEN' else '❌ No configurado' }} |
|---|---|
| Token Telegram | {{ '✅ Configurado' if config.telegram.token and config.telegram.token != 'TU_TELEGRAM_BOT_TOKEN' else '❌ No configurado' }} |
| LibreTranslate URL | {{ config.libretranslate.url if config.libretranslate.url else '❌ No configurado' }} |
| Idiomas activos | {{ config.languages.enabled|length }} idiomas |
| Tipo de Base de Datos | {{ config.database.type|upper }} |
| Host MySQL | {{ config.database.host }}:{{ config.database.port }} |
| Base de Datos | {{ config.database.name }} |
| Usuario MySQL | {{ config.database.user }} |
| Ruta SQLite | {{ config.database.path }} |