mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复搜书提示歧义
This commit is contained in:
parent
46035c6771
commit
acd500e454
@ -462,7 +462,7 @@ export class query extends plugin {
|
|||||||
});
|
});
|
||||||
await e.reply(await Bot.makeForwardMsg(bookMsg));
|
await e.reply(await Bot.makeForwardMsg(bookMsg));
|
||||||
await e.reply(
|
await e.reply(
|
||||||
"请选择一个你想要的ID、来源,例如:11918807 zlibrary(只回复11918807默认zlibrary)",
|
"请选择一个你想要的ID、来源,例如:11918807 superlib(只回复11918807默认zlibrary)书源若不对应则回复无效链接",
|
||||||
);
|
);
|
||||||
|
|
||||||
thisBookMethod.setContext("searchBookContext");
|
thisBookMethod.setContext("searchBookContext");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user