Backport news/store channels

This commit is contained in:
Schuyler Cebulskie
2019-05-11 14:58:46 -04:00
parent ee42bdfd76
commit 5e4654ee07
6 changed files with 98 additions and 2 deletions

View File

@@ -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'),