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:
Asad
2026-01-27 23:17:01 +00:00
committed by GitHub
parent 65386034b6
commit b0e413c116
4 changed files with 170 additions and 1 deletions

View File

@@ -8,10 +8,11 @@ export * from './invites/index.js';
export * from './messages/index.js';
export * from './polls/index.js';
export * from './soundboards/index.js';
export * from './stageInstances/index.js';
export * from './stickers/index.js';
export * from './teams/index.js';
export * from './users/index.js';
export * from './stageInstances/index.js';
export * from './voice/index.js';
export * from './Structure.js';
export * from './subscriptions/index.js';
export * from './Mixin.js';