summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-11 23:11:48 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-19 16:14:21 +1100
commitbc669ea9e1ab83679bd0f7eee602201844adfa28 (patch)
tree8b9271e0edef1f80f737698efe665f598d327288 /src/gateway
parentremoved char joiners as they are actually useful, added page break (diff)
downloadserver-bc669ea9e1ab83679bd0f7eee602201844adfa28.tar.xz
Make ConfigValue a directory, move defaults to those classes instead of a separate object
Diffstat (limited to 'src/gateway')
-rw-r--r--src/gateway/opcodes/VoiceStateUpdate.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gateway/opcodes/VoiceStateUpdate.ts b/src/gateway/opcodes/VoiceStateUpdate.ts
index 42e76312..479efec3 100644
--- a/src/gateway/opcodes/VoiceStateUpdate.ts
+++ b/src/gateway/opcodes/VoiceStateUpdate.ts
@@ -6,13 +6,12 @@ import {
 	emitEvent,
 	Guild,
 	Member,
-	Region,
 	VoiceServerUpdateEvent,
 	VoiceState,
 	VoiceStateUpdateEvent,
 	VoiceStateUpdateSchema,
 } from "@fosscord/util";
-
+import { Region } from "@fosscord/util/src/config";
 // TODO: check if a voice server is setup
 
 // Notice: Bot users respect the voice channel's user limit, if set.