OAuth info stuff (#849)

* OAuth info stuff

* fix docs

* oops
This commit is contained in:
Hackzzila
2016-10-27 15:50:04 -05:00
committed by Amish Shah
parent 986b05442d
commit c9dbf1f7f0
6 changed files with 130 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
fetchRecommendedShards: require('./util/FetchRecommendedShards'),
Channel: require('./structures/Channel'),
ClientOAuth2App: require('./structures/ClientOAuth2App'),
ClientUser: require('./structures/ClientUser'),
DMChannel: require('./structures/DMChannel'),
Emoji: require('./structures/Emoji'),
@@ -25,6 +26,7 @@ module.exports = {
MessageAttachment: require('./structures/MessageAttachment'),
MessageCollector: require('./structures/MessageCollector'),
MessageEmbed: require('./structures/MessageEmbed'),
OAuth2App: require('./structures/OAuth2App'),
PartialGuild: require('./structures/PartialGuild'),
PartialGuildChannel: require('./structures/PartialGuildChannel'),
PermissionOverwrites: require('./structures/PermissionOverwrites'),