From 8a050acfd37c1ff13a033e81f3676c2a7f2ad975 Mon Sep 17 00:00:00 2001 From: Davte Date: Wed, 24 Oct 2018 17:16:53 +0200 Subject: [PATCH] import telepot.aio --- davtelepot/__init__.py | 2 +- davtelepot/custombot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 92c43df..baaef43 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -1,7 +1,7 @@ __author__ = "Davide Testa" __credits__ = "Marco Origlia" __license__ = "GNU General Public License v3.0" -__version__ = "1.2.0" +__version__ = "1.2.1" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index 26b915f..5b17edb 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -17,7 +17,7 @@ import os # Third party modules import dataset -import telepot +import telepot, telepot.aio # Project modules from davteutil import Gettable, MyOD