mirror of https://github.com/Mai-with-u/MaiBot.git
去除无用打印语句
parent
97fbf640a2
commit
822848e167
|
|
@ -549,6 +549,5 @@ def is_reply_bot_in_message(reply_message) -> bool:
|
||||||
if reply_message != None:
|
if reply_message != None:
|
||||||
reply_user_id = reply_message.sender.user_id
|
reply_user_id = reply_message.sender.user_id
|
||||||
if reply_user_id == global_config.BOT_QQ:
|
if reply_user_id == global_config.BOT_QQ:
|
||||||
logger.exception(f"is reply: True")
|
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
Loading…
Reference in New Issue