feat(structures): add emoji structure (#11369)

* feat(structures): add emoji structure

* chore: update deps

* chore: update deps

* chore: update deps

* Revert "chore: update deps"

This reverts commit 8332f48611.

* Revert "chore: update deps"

This reverts commit a168e735a3.

* Revert "chore: update deps"

This reverts commit 0b19058cda.

* chore: consistency (capitalisation)

* fix(structures): do not export substructures from emoji structure

* chore(structures): add remark detailing substructures

* chore: update remarks to reflect exported substructures (remove roles)

* chore: update remarks to explain why roles not exposed on structure
This commit is contained in:
Asad
2026-01-15 23:31:35 +00:00
committed by GitHub
parent 8ccae833e7
commit 69432a1bca
3 changed files with 90 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export * from './bitfields/index.js';
export * from './channels/index.js';
export * from './emojis/index.js';
export * from './interactions/index.js';
export * from './invites/index.js';
export * from './messages/index.js';