chore: rename msg to message in packet module

This commit is contained in:
pk5ls20
2024-10-28 07:59:24 +08:00
parent 530e380178
commit dc3a089070
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 {