diff --git a/catch-all/06_bot_telegram/01_id_bot/id_bot.py b/catch-all/06_bots_telegram/01_id_bot/id_bot.py similarity index 100% rename from catch-all/06_bot_telegram/01_id_bot/id_bot.py rename to catch-all/06_bots_telegram/01_id_bot/id_bot.py diff --git a/catch-all/06_bot_telegram/02_pruebas_bot/bot.py b/catch-all/06_bots_telegram/02_pruebas_bot/bot.py similarity index 100% rename from catch-all/06_bot_telegram/02_pruebas_bot/bot.py rename to catch-all/06_bots_telegram/02_pruebas_bot/bot.py diff --git a/catch-all/06_bot_telegram/02_pruebas_bot/config.py b/catch-all/06_bots_telegram/02_pruebas_bot/config.py similarity index 100% rename from catch-all/06_bot_telegram/02_pruebas_bot/config.py rename to catch-all/06_bots_telegram/02_pruebas_bot/config.py diff --git a/catch-all/06_bot_telegram/02_pruebas_bot/handlers.py b/catch-all/06_bots_telegram/02_pruebas_bot/handlers.py similarity index 100% rename from catch-all/06_bot_telegram/02_pruebas_bot/handlers.py rename to catch-all/06_bots_telegram/02_pruebas_bot/handlers.py diff --git a/catch-all/06_bot_telegram/02_pruebas_bot/logger.py b/catch-all/06_bots_telegram/02_pruebas_bot/logger.py similarity index 100% rename from catch-all/06_bot_telegram/02_pruebas_bot/logger.py rename to catch-all/06_bots_telegram/02_pruebas_bot/logger.py diff --git a/catch-all/06_bot_telegram/02_pruebas_bot/utils.py b/catch-all/06_bots_telegram/02_pruebas_bot/utils.py similarity index 100% rename from catch-all/06_bot_telegram/02_pruebas_bot/utils.py rename to catch-all/06_bots_telegram/02_pruebas_bot/utils.py diff --git a/catch-all/06_bot_telegram/README.md b/catch-all/06_bots_telegram/README.md similarity index 100% rename from catch-all/06_bot_telegram/README.md rename to catch-all/06_bots_telegram/README.md diff --git a/catch-all/README.md b/catch-all/README.md index cb31a7e..8238d08 100644 --- a/catch-all/README.md +++ b/catch-all/README.md @@ -13,4 +13,4 @@ Aquí iré dejando scripts y ejercicios que se me ocurran, con lo que no hay un | [Clima España](./03_clima/) | Script conectado a API AEMET | intermedio | | [acortador de enlaces](./04_acortador_url/) | Script para acortar enlaces y redirigirlos con app Flask | intermedio | | [API Caching](./05_redis_flask_docker) | App Flask con caché en Redis y con una bbdd | intermedio | -| [bots Telegram](./06_bots_telegram/README.md) | Bots de Telegram con Python | avanzado | +| [Bots Telegram](./06_bots_telegram/README.md) | Bots de Telegram con Python | avanzado |