Fix for Telegram lib v20

This commit is contained in:
nyanloutre 2023-06-13 16:28:11 +02:00
parent e781adbbed
commit de99d17926
1 changed files with 2 additions and 1 deletions

View File

@ -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