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 | fefcb31135faeffbaefb11f3a5069fda511a0581 (patch) | |
tree | ae116af4832ca6951f7cdc7a0b07088067136bc1 /src/gateway/opcodes | |
parent | removed char joiners as they are actually useful, added page break (diff) | |
download | server-fefcb31135faeffbaefb11f3a5069fda511a0581.tar.xz |
Make ConfigValue a directory, move defaults to those classes instead of a separate object
Diffstat (limited to 'src/gateway/opcodes')
-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. |