mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(structures): add Team structure (#11396)
* feat(structures): add and update barrel exports in prep for new struct * feat(structures): add TeamMember substructure * feat(structures): add Team structure * chore(structures): add ownerUserId attribute back * chore(structures): add teamId attribute * docs(structures): correctly use see/link blocks and cleanup --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@ export * from './invites/index.js';
|
||||
export * from './messages/index.js';
|
||||
export * from './polls/index.js';
|
||||
export * from './stickers/index.js';
|
||||
export * from './teams/index.js';
|
||||
export * from './users/index.js';
|
||||
export * from './Structure.js';
|
||||
export * from './subscriptions/index.js';
|
||||
|
||||
Reference in New Issue
Block a user