pull/541/head
XBC_D2O 2025-03-13 23:32:33 +08:00
parent fa9309b2c2
commit 49f57c2364
4 changed files with 2 additions and 5 deletions

View File

@ -169,8 +169,6 @@ class ChatBot:
config=global_config, config=global_config,
is_emoji=message.is_emoji, is_emoji=message.is_emoji,
interested_rate=interested_rate, interested_rate=interested_rate,
) )
current_willing = willing_manager.get_willing(chat_stream=chat) current_willing = willing_manager.get_willing(chat_stream=chat)

View File

@ -176,7 +176,6 @@ class CQCode:
return None return None
def translate_image(self) -> Optional[str]: def translate_image(self) -> Optional[str]:
"""处理图片类型的CQ码返回base64字符串""" """处理图片类型的CQ码返回base64字符串"""
if "url" not in self.params: if "url" not in self.params: