diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-11 23:11:48 +0200 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 16:14:21 +1100 |
commit | bc669ea9e1ab83679bd0f7eee602201844adfa28 (patch) | |
tree | 8b9271e0edef1f80f737698efe665f598d327288 /src/gateway | |
parent | removed char joiners as they are actually useful, added page break (diff) | |
download | server-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.ts | 3 |
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. |