mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Backport news/store channels
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = {
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
MessageMentions: require('./structures/MessageMentions'),
|
||||
MessageReaction: require('./structures/MessageReaction'),
|
||||
NewsChannel: require('./structures/NewsChannel'),
|
||||
OAuth2Application: require('./structures/OAuth2Application'),
|
||||
ClientOAuth2Application: require('./structures/OAuth2Application'),
|
||||
PartialGuild: require('./structures/PartialGuild'),
|
||||
@@ -57,6 +58,7 @@ module.exports = {
|
||||
ReactionCollector: require('./structures/ReactionCollector'),
|
||||
RichEmbed: require('./structures/RichEmbed'),
|
||||
Role: require('./structures/Role'),
|
||||
StoreChannel: require('./structures/StoreChannel'),
|
||||
TextChannel: require('./structures/TextChannel'),
|
||||
User: require('./structures/User'),
|
||||
VoiceChannel: require('./structures/VoiceChannel'),
|
||||
|
||||
Reference in New Issue
Block a user