diff options
Diffstat (limited to 'src/gateway/opcodes/index.ts')
-rw-r--r-- | src/gateway/opcodes/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gateway/opcodes/index.ts b/src/gateway/opcodes/index.ts index 027739db..d5dc7de1 100644 --- a/src/gateway/opcodes/index.ts +++ b/src/gateway/opcodes/index.ts @@ -1,4 +1,4 @@ -import { WebSocket, Payload } from "@fosscord/gateway"; +import { Payload, WebSocket } from "@fosscord/gateway"; import { onHeartbeat } from "./Heartbeat"; import { onIdentify } from "./Identify"; import { onLazyRequest } from "./LazyRequest"; @@ -21,5 +21,5 @@ export default { // 9: Invalid Session // 10: Hello // 13: Dm_update - 14: onLazyRequest, + 14: onLazyRequest }; |