summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-19 16:51:24 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-19 16:51:24 +1100
commitd407d8ebe7ce34f3f85b5241ea6a1d0381b74e09 (patch)
tree099f8af27e5f7b27f0cfd43cc5c2bba0505b9957 /src/gateway
parentMake ConfigValue a directory, move defaults to those classes instead of a sep... (diff)
downloadserver-d407d8ebe7ce34f3f85b5241ea6a1d0381b74e09.tar.xz
Add additional config
Diffstat (limited to 'src/gateway')
-rw-r--r--src/gateway/opcodes/VoiceStateUpdate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/VoiceStateUpdate.ts b/src/gateway/opcodes/VoiceStateUpdate.ts

index 479efec3..94cdef44 100644 --- a/src/gateway/opcodes/VoiceStateUpdate.ts +++ b/src/gateway/opcodes/VoiceStateUpdate.ts
@@ -10,8 +10,8 @@ import { VoiceState, VoiceStateUpdateEvent, VoiceStateUpdateSchema, + Region, } 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.