feat, refac: 오래된 메시지 불러오기

This commit is contained in:
2022-11-30 01:32:17 +09:00
parent 81c2fc4d43
commit 551972d876
3 changed files with 148 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
import type { ValidResponse } from "@/util/callSammoAPI";
export type MsgType = "private" | "public" | "national" | "diplomacy";
export const minMsgSeq: Record<MsgType, number> = {