mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(structures): add Subscription structure (#11399)
* feat(structure): update barrel exports for new structure * chore(structure): add new symbols for the Subscription structure * feat(structure): add Subscription structure * docs(structure): correct typos * chore(structure): add default attributes on class params * fix(structures): correctly expose [..]Ids properties and update docs * fix(structures): add canceled_at to DataTemplate * docs(structures): update doc clarity on canceledAt getter - @almeidx This was a suggestion by Almedia. Co-authored-by: Almeida <github@almeidx.dev> * style: fix --------- Co-authored-by: Almeida <github@almeidx.dev> 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 './users/index.js';
|
||||
export * from './Structure.js';
|
||||
export * from './subscriptions/index.js';
|
||||
export * from './Mixin.js';
|
||||
export * from './utils/optimization.js';
|
||||
export type * from './utils/types.js';
|
||||
|
||||
Reference in New Issue
Block a user