From 254d6e0e622ae40b8e296317a3259c5928d31c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:02:11 +0100 Subject: [PATCH] Update README.md --- DiskoBOTlo_Telegram/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DiskoBOTlo_Telegram/README.md b/DiskoBOTlo_Telegram/README.md index 80777a6..a608540 100644 --- a/DiskoBOTlo_Telegram/README.md +++ b/DiskoBOTlo_Telegram/README.md @@ -29,7 +29,7 @@ Desbes generar tu propio token para el bot y añadirlo a _const token = 'AQUÍ_A 3. Te pedirá el alias y luego el nombre del bot (debe contener la palabra _bot_). 4. Nos devolverá el token de nuestro bot, por ejemplo: - > Use this token to access the HTTP API: 668219748:ABCRTZu7zNT5QO2bRfZfbPIXBLXb2U-ojVX + > Use this token to access the HTTP API: 678219748:ABCRTZu8zNT1QO2bRfZfbPIXBLXb2U-ojVX *** ## 5. Ejecución 🛠️ ### 5.1 Instalación _node_modules_ 🔧 @@ -43,7 +43,7 @@ Desbes generar tu propio token para el bot y añadirlo a _const token = 'AQUÍ_A $ sudo apt-get install curl $ cd ~ - $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + $ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - $ sudo apt-get install -y nodejs @@ -78,7 +78,7 @@ Desbes generar tu propio token para el bot y añadirlo a _const token = 'AQUÍ_A $ sudo apt-get install curl $ cd ~ - $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + $ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - $ sudo apt-get install -y nodejs