mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user