Fix for Telegram lib v20
This commit is contained in:
parent
e781adbbed
commit
de99d17926
@ -1,5 +1,6 @@
|
||||
from telegram.ext import Updater, CommandHandler, CallbackContext
|
||||
from telegram import ParseMode, Update
|
||||
from telegram.constants import ParseMode
|
||||
from telegram import Update
|
||||
from pycoin.symbols.doge import network
|
||||
from pycoin.encoding.hexbytes import b2h_rev, h2b, h2b_rev
|
||||
from sqlalchemy import create_engine, Column, Integer, String
|
||||
|
Loading…
Reference in New Issue
Block a user