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