抖音改发卡片
This commit is contained in:
@@ -167,7 +167,7 @@ class DouyinParserPlugin(MessagePluginInterface):
|
|||||||
url=video_url,
|
url=video_url,
|
||||||
thumburl=cover
|
thumburl=cover
|
||||||
)
|
)
|
||||||
await self.bot.send_app_message(xml_content, (roomid if roomid else sender),0)
|
await self.bot.send_app_message((roomid if roomid else sender), xml_content, 0)
|
||||||
return True, "发送卡片成功"
|
return True, "发送卡片成功"
|
||||||
|
|
||||||
except DouyinParserError as e:
|
except DouyinParserError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user