mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
fix
This commit is contained in:
parent
1909e95cd6
commit
4d16429885
@ -163,7 +163,7 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
except APITimeoutError:
|
except APITimeoutError:
|
||||||
bot_reply_markdown(reply_id, who, "answer timeout", bot)
|
bot.reply_to(message, "answer wrong maybe up to the max token")
|
||||||
# pop my user
|
# pop my user
|
||||||
player_message.clear()
|
player_message.clear()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user