summary refs log tree commit diff
path: root/src/opcodes
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 22:04:55 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 22:04:55 +0100
commitcaafbc606ce722f3afaa72ead4a2c28f8fbbe5e2 (patch)
tree368e8d23b8fb7c4167ac8676677e1f0a405bfab0 /src/opcodes
parentupdate import to fosscord-server-util (diff)
downloadserver-caafbc606ce722f3afaa72ead4a2c28f8fbbe5e2.tar.xz
move Schema from util to gateway
Diffstat (limited to 'src/opcodes')
-rw-r--r--src/opcodes/Identify.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opcodes/Identify.ts b/src/opcodes/Identify.ts

index f0546a41..da993ec8 100644 --- a/src/opcodes/Identify.ts +++ b/src/opcodes/Identify.ts
@@ -1,8 +1,9 @@ import { CLOSECODES, Payload } from "../util/Constants"; import WebSocket from "../util/WebSocket"; -import { checkToken, IdentifySchema } from "fosscord-server-util"; +import { checkToken } from "fosscord-server-util"; import { setupListener } from "../listener/listener"; import { instanceOf } from "lambert-server"; +import { IdentifySchema } from "../schema/Identify"; export async function onIdentify(this: WebSocket, data: Payload) { try {