mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
✨ feat: 集成 Mix 的#验车
This commit is contained in:
parent
3e8b1bcc72
commit
fcf2bd9814
@ -407,7 +407,7 @@ export class query extends plugin {
|
|||||||
e.reply("没有找到相关磁力");
|
e.reply("没有找到相关磁力");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
e.reply(`🧲 [R插件 x Mix] 联合为您验车:\n${ resp.data.name }`);
|
await e.reply(`🧲 [R插件 x Mix] 联合为您验车:\n${ resp.data.name }`, false, { recallMsg: MESSAGE_RECALL_TIME });
|
||||||
const screenshots = resp.data.screenshots.map(item => {
|
const screenshots = resp.data.screenshots.map(item => {
|
||||||
const screenshot = item.screenshot;
|
const screenshot = item.screenshot;
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user