mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
22
packages/voice/src/index.ts
Normal file
22
packages/voice/src/index.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export * from './joinVoiceChannel';
|
||||
export * from './audio';
|
||||
export * from './util';
|
||||
export * from './receive';
|
||||
|
||||
export {
|
||||
VoiceConnection,
|
||||
VoiceConnectionState,
|
||||
VoiceConnectionStatus,
|
||||
VoiceConnectionConnectingState,
|
||||
VoiceConnectionDestroyedState,
|
||||
VoiceConnectionDisconnectedState,
|
||||
VoiceConnectionDisconnectedBaseState,
|
||||
VoiceConnectionDisconnectedOtherState,
|
||||
VoiceConnectionDisconnectedWebSocketState,
|
||||
VoiceConnectionDisconnectReason,
|
||||
VoiceConnectionReadyState,
|
||||
VoiceConnectionSignallingState,
|
||||
VoiceConnectionEvents,
|
||||
} from './VoiceConnection';
|
||||
|
||||
export { JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } from './DataStore';
|
||||
Reference in New Issue
Block a user