🐞 fix: 修复搜书提示歧义

This commit is contained in:
zhiyu1998 2023-03-12 03:09:17 +08:00
parent 46035c6771
commit acd500e454

View File

@ -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");