mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +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:
1
packages/structures/src/subscriptions/index.ts
Normal file
1
packages/structures/src/subscriptions/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './Subscription.js';
|
||||
Reference in New Issue
Block a user