mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
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 commit8332f48611. * Revert "chore: update deps" This reverts commita168e735a3. * Revert "chore: update deps" This reverts commit0b19058cda. * 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user