koishi-plugin-ggcevo-game 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
package/lib/index.js
CHANGED
|
@@ -1506,7 +1506,7 @@ ${achievementList.join("\n")}`;
|
|
|
1506
1506
|
}).filter((slot) => punishmentMap.has(slot.handle));
|
|
1507
1507
|
if (matchedSlots.length > 0) {
|
|
1508
1508
|
const message = [
|
|
1509
|
-
|
|
1509
|
+
`📺︎ 发现受监控玩家在开放大厅中!`,
|
|
1510
1510
|
`大厅ID: ${lobby.id}`,
|
|
1511
1511
|
`创建时间: ${new Date(lobby.createdAt).toLocaleString("zh-CN", { timeZone: "Asia/Shanghai" })}`,
|
|
1512
1512
|
`违规玩家列表:`,
|
package/package.json
CHANGED