mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01: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:
@@ -79,6 +79,7 @@ module.exports = {
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessageReaction: require('./structures/MessageReaction'),
|
||||
NewsChannel: require('./structures/NewsChannel'),
|
||||
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||
Presence: require('./structures/Presence').Presence,
|
||||
ClientPresence: require('./structures/ClientPresence'),
|
||||
@@ -86,6 +87,7 @@ module.exports = {
|
||||
ReactionEmoji: require('./structures/ReactionEmoji'),
|
||||
RichPresenceAssets: require('./structures/Presence').RichPresenceAssets,
|
||||
Role: require('./structures/Role'),
|
||||
StoreChannel: require('./structures/StoreChannel'),
|
||||
Team: require('./structures/Team'),
|
||||
TeamMember: require('./structures/TeamMember'),
|
||||
TextChannel: require('./structures/TextChannel'),
|
||||
|
||||
Reference in New Issue
Block a user