From d9e37e5e19e0a138d0fb0e7b829501a0a5e0184b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 9 Oct 2021 01:53:47 +0200 Subject: :bug: fix import --- gateway/src/opcodes/VoiceStateUpdate.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gateway/src/opcodes/VoiceStateUpdate.ts') diff --git a/gateway/src/opcodes/VoiceStateUpdate.ts b/gateway/src/opcodes/VoiceStateUpdate.ts index 084c5766..321e6b17 100644 --- a/gateway/src/opcodes/VoiceStateUpdate.ts +++ b/gateway/src/opcodes/VoiceStateUpdate.ts @@ -1,5 +1,6 @@ import { VoiceStateUpdateSchema } from "../schema/VoiceStateUpdateSchema"; -import { Payload, WebSocket, genVoiceToken } from "@fosscord/gateway"; +import { Payload, WebSocket } from "@fosscord/gateway"; +import { genVoiceToken } from "../util/SessionUtils"; import { check } from "./instanceOf"; import { Config, -- cgit 1.5.1