mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
feat(structure): add voice structure (#11400)
* feat(structure): add Voice structures * feat(structure): add VoiceState structure * feat(structure): add VoiceRegion structure * chore(structures): lib exports consistency --------- Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
2
packages/structures/src/voice/index.ts
Normal file
2
packages/structures/src/voice/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './VoiceState.js';
|
||||
export * from './VoiceRegion.js';
|
||||
Reference in New Issue
Block a user