This commit is contained in:
yeyang
2024-04-22 18:55:19 +08:00
parent e77558a721
commit 3e038aa1e2

View File

@@ -252,7 +252,7 @@ Bot.on?.("notice.group", async(e) => {
special = msgType[res[0].type].type
} else {
// 正常处理
forwardMsg = await bot.makeForwardMsg([
forwardMsg = await Bot.makeForwardMsg([
{
message: res,
nickname: e.group.pickMember(e.user_id).card,