mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
misc(index): export Store- and NewsChannel (#3594)
* Added Store and NewsChannel to exports Added the StoreChannel and NewsChannel structures to the module exports. * keeping the list in alphabetical order I moved the StoreChannel and NewsChannel exports that I added in the last commit in their right position to keep things alphabetized.
This commit is contained in:
parent
100360705a
commit
1b1289b35e
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ module.exports = {
|
||||||
MessageEmbed: require('./structures/MessageEmbed'),
|
MessageEmbed: require('./structures/MessageEmbed'),
|
||||||
MessageMentions: require('./structures/MessageMentions'),
|
MessageMentions: require('./structures/MessageMentions'),
|
||||||
MessageReaction: require('./structures/MessageReaction'),
|
MessageReaction: require('./structures/MessageReaction'),
|
||||||
|
NewsChannel: require('./structures/NewsChannel'),
|
||||||
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||||
Presence: require('./structures/Presence').Presence,
|
Presence: require('./structures/Presence').Presence,
|
||||||
ClientPresence: require('./structures/ClientPresence'),
|
ClientPresence: require('./structures/ClientPresence'),
|
||||||
|
|
@ -86,6 +87,7 @@ module.exports = {
|
||||||
ReactionEmoji: require('./structures/ReactionEmoji'),
|
ReactionEmoji: require('./structures/ReactionEmoji'),
|
||||||
RichPresenceAssets: require('./structures/Presence').RichPresenceAssets,
|
RichPresenceAssets: require('./structures/Presence').RichPresenceAssets,
|
||||||
Role: require('./structures/Role'),
|
Role: require('./structures/Role'),
|
||||||
|
StoreChannel: require('./structures/StoreChannel'),
|
||||||
Team: require('./structures/Team'),
|
Team: require('./structures/Team'),
|
||||||
TeamMember: require('./structures/TeamMember'),
|
TeamMember: require('./structures/TeamMember'),
|
||||||
TextChannel: require('./structures/TextChannel'),
|
TextChannel: require('./structures/TextChannel'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue