Log sended message
This commit is contained in:
@@ -46,6 +46,7 @@ class BaseRobot(Job):
|
|||||||
# 这里偷个懒,直接 @昵称。有必要的话可以通过 MicroMsg.db 里的 ChatRoom 表,解析群昵称
|
# 这里偷个懒,直接 @昵称。有必要的话可以通过 MicroMsg.db 里的 ChatRoom 表,解析群昵称
|
||||||
ats = f" @{self.allContacts.get(wxid, '')}"
|
ats = f" @{self.allContacts.get(wxid, '')}"
|
||||||
|
|
||||||
|
self.LOG.info(f"{msg}{ats}")
|
||||||
self.sdk.WxSendTextMsg(receiver, f"{msg}{ats}", at_list)
|
self.sdk.WxSendTextMsg(receiver, f"{msg}{ats}", at_list)
|
||||||
|
|
||||||
def isGroupChat(self, msg):
|
def isGroupChat(self, msg):
|
||||||
|
|||||||
Reference in New Issue
Block a user