feat(structures): add SoundboardSound structure (#11390)

* feat(structures): update barrel exports in preparation for new structure

* feat(structures): add SoundboardSound structure

* chore(structures): update doc comment

* chore(structures): address review suggestions

* chore(structures): consistency changes and use isIdSet to retrieve id

* docs(structures): add remarks to conditionally present attributes

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Asad
2026-01-27 23:10:19 +00:00
committed by GitHub
parent 1251d479b0
commit 65386034b6
3 changed files with 102 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export * from './interactions/index.js';
export * from './invites/index.js';
export * from './messages/index.js';
export * from './polls/index.js';
export * from './soundboards/index.js';
export * from './stickers/index.js';
export * from './teams/index.js';
export * from './users/index.js';