From 6e82287e8d315de555988c225f2df80c884c9aaf Mon Sep 17 00:00:00 2001 From: Davte Date: Sun, 5 Apr 2020 21:47:30 +0200 Subject: [PATCH] Typo --- ciclopibot/__init__.py | 2 +- ciclopibot/ciclopi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py index d64bf51..cfc5cb2 100644 --- a/ciclopibot/__init__.py +++ b/ciclopibot/__init__.py @@ -3,7 +3,7 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __license__ = "GNU General Public License v3.0" -__version__ = "1.1.14" +__version__ = "1.1.15" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/ciclopibot/ciclopi.py b/ciclopibot/ciclopi.py index 4d6aead..82b8e8e 100644 --- a/ciclopibot/ciclopi.py +++ b/ciclopibot/ciclopi.py @@ -577,7 +577,7 @@ async def _ciclopi_command(bot: davtelepot.bot.Bot, update, user_record, sent_me 'it': "⚠️ Il servizio è momentaneamente sospeso a causa dell'emergenza COVID-19🦠\n" "#stiamoacasa 🏠", 'en': "⚠️ The service is currently suspended due to COVID-19 emergency.🦠\n" - "#stayathome el🏠" + "#stayathome 🏠" } } chat_id = update['chat']['id']