feat(structure): add Webhook structure (#11401)

* feat(structure): add barrel exports for Webhook structure

* feat(structure): add Webhook structure

* chore(structures): lib exports consistency

* docs: update docs
This commit is contained in:
Asad
2026-02-06 16:57:49 +00:00
committed by GitHub
parent c71228aab3
commit c460a920ac
3 changed files with 110 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export * from './stageInstances/index.js';
export * from './stickers/index.js';
export * from './teams/index.js';
export * from './users/index.js';
export * from './webhooks/index.js';
export * from './voice/index.js';
export * from './Structure.js';
export * from './subscriptions/index.js';