import telepot.aio

This commit is contained in:
Davte 2018-10-24 17:16:53 +02:00
parent e52fa8ff91
commit 8a050acfd3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
__author__ = "Davide Testa" __author__ = "Davide Testa"
__credits__ = "Marco Origlia" __credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.2.0" __version__ = "1.2.1"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -17,7 +17,7 @@ import os
# Third party modules # Third party modules
import dataset import dataset
import telepot import telepot, telepot.aio
# Project modules # Project modules
from davteutil import Gettable, MyOD from davteutil import Gettable, MyOD