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