chore: rename msg to message in packet module

This commit is contained in:
pk5ls20
2024-10-28 07:59:24 +08:00
parent 2f033e413f
commit 44684c0841
9 changed files with 20 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { PacketMsg } from "@/core/packet/msg/message";
import { PacketMsg } from "@/core/packet/message/message";
import * as crypto from "node:crypto";
interface ForwardMsgJson {