This commit is contained in:
Davte 2020-04-05 21:47:30 +02:00
parent c5281c41c3
commit 6e82287e8d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
__author__ = "Davide Testa" __author__ = "Davide Testa"
__email__ = "davide@davte.it" __email__ = "davide@davte.it"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.1.14" __version__ = "1.1.15"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -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" 'it': "⚠️ Il servizio è momentaneamente sospeso a causa dell'emergenza COVID-19🦠\n"
"#stiamoacasa 🏠", "#stiamoacasa 🏠",
'en': "⚠️ The service is currently suspended due to COVID-19 emergency.🦠\n" 'en': "⚠️ The service is currently suspended due to COVID-19 emergency.🦠\n"
"#stayathome el🏠" "#stayathome 🏠"
} }
} }
chat_id = update['chat']['id'] chat_id = update['chat']['id']