feature:抖音分享链接转视频
This commit is contained in:
4
robot.py
4
robot.py
@@ -377,9 +377,9 @@ class Robot(Job):
|
|||||||
self.LOG.error(f"beautyleg.handle_text error: {e}")
|
self.LOG.error(f"beautyleg.handle_text error: {e}")
|
||||||
# 抖音组件
|
# 抖音组件
|
||||||
try:
|
try:
|
||||||
self.beautyleg.handle_message(message=msg)
|
self.douyin.handle_douyin_links(message=msg)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.LOG.error(f"beautyleg.handle_text error: {e}")
|
self.LOG.error(f"douyin.handle_douyin_links error: {e}")
|
||||||
|
|
||||||
if msg.is_at(self.wxid): # 被@
|
if msg.is_at(self.wxid): # 被@
|
||||||
self.toAt(msg)
|
self.toAt(msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user