mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user