mirror of
				https://github.com/cdryzun/tg_bot_collections.git
				synced 2025-11-04 16:56:43 +08:00 
			
		
		
		
	fix
This commit is contained in:
		@ -153,8 +153,8 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
 | 
			
		||||
                            text=convert(s),
 | 
			
		||||
                            parse_mode="MarkdownV2",
 | 
			
		||||
                        )
 | 
			
		||||
                    except:
 | 
			
		||||
                        pass
 | 
			
		||||
                    except Exception as e:
 | 
			
		||||
                        print(str(e))
 | 
			
		||||
        try:
 | 
			
		||||
            # maybe not complete
 | 
			
		||||
            # maybe the same message
 | 
			
		||||
@ -164,7 +164,8 @@ def claude_pro_handler(message: Message, bot: TeleBot) -> None:
 | 
			
		||||
                text=convert(s),
 | 
			
		||||
                parse_mode="MarkdownV2",
 | 
			
		||||
            )
 | 
			
		||||
        except:
 | 
			
		||||
        except Exception as e:
 | 
			
		||||
            print(str(e))
 | 
			
		||||
            pass
 | 
			
		||||
 | 
			
		||||
        player_message.append(
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user