telegram推送问题解决方法
Opened this issue · 0 comments
e500C commented
RuntimeWarning: coroutine 'Bot.send_message' was never awaited
新版本python-telegram-bot调用Bot.send_message时使用了异步方式进行调用
为了避免这个问题大家安装python-telegram-bot时指定老版本安装就行了
pip install python-telegram-bot==13.15