File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { EventEmitter } from 'node:events';
77import type { VoiceReceivePayload , VoiceSpeakingFlags } from 'discord-api-types/voice/v8' ;
88import { VoiceEncryptionMode , VoiceOpcodes } from 'discord-api-types/voice/v8' ;
99import type { CloseEvent } from 'ws' ;
10- import { RTP_OPUS_PAYLOAD_TYPE } from '../util/constants' ;
1110import * as secretbox from '../util/Secretbox' ;
11+ import { RTP_OPUS_PAYLOAD_TYPE } from '../util/constants' ;
1212import { noop } from '../util/util' ;
1313import { DAVESession , getMaxProtocolVersion } from './DAVESession' ;
1414import { VoiceUDPSocket } from './VoiceUDPSocket' ;
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import type { VoiceReceivePayload } from 'discord-api-types/voice/v8';
66import { VoiceOpcodes } from 'discord-api-types/voice/v8' ;
77import { VoiceConnectionStatus , type VoiceConnection } from '../VoiceConnection' ;
88import { NetworkingStatusCode , type ConnectionData } from '../networking/Networking' ;
9- import { RTP_OPUS_PAYLOAD_TYPE } from '../util/constants' ;
109import { methods } from '../util/Secretbox' ;
10+ import { RTP_OPUS_PAYLOAD_TYPE } from '../util/constants' ;
1111import {
1212 AudioReceiveStream ,
1313 createDefaultAudioReceiveStreamOptions ,
You can’t perform that action at this time.
0 commit comments