mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(structures): add Stage Instance structure (#11397)
* feat(structures): update barrel exports for stage instance structure * feat(structures): add stage instance structure * docs(structure): cleanup and use see/link correctly --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -10,6 +10,7 @@ export * from './polls/index.js';
|
||||
export * from './stickers/index.js';
|
||||
export * from './teams/index.js';
|
||||
export * from './users/index.js';
|
||||
export * from './stageInstances/index.js';
|
||||
export * from './Structure.js';
|
||||
export * from './subscriptions/index.js';
|
||||
export * from './Mixin.js';
|
||||
|
||||
Reference in New Issue
Block a user