mirror of https://github.com/Mai-with-u/MaiBot.git
pull/541/head
parent
fa9309b2c2
commit
49f57c2364
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue