diff --git a/robot.py b/robot.py index 93f6449..0c3a278 100644 --- a/robot.py +++ b/robot.py @@ -377,9 +377,9 @@ class Robot(Job): self.LOG.error(f"beautyleg.handle_text error: {e}") # 抖音组件 try: - self.beautyleg.handle_message(message=msg) + self.douyin.handle_douyin_links(message=msg) 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): # 被@ self.toAt(msg)