2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

fix去除非私聊回复信息

This commit is contained in:
ctrlcvs 2023-01-14 00:37:19 +08:00
parent fb9de1c995
commit 0b434a6f78

View File

@ -55,7 +55,6 @@ export async function UserPassMsg(e) {
export async function UserPassLogin(e) {
if (!e.isPrivate) {
e.reply("请私聊发送")
return true;
}
let Mys = new mys(e)