mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Refactor OAuth application stuff
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
fetchRecommendedShards: require('./util/FetchRecommendedShards'),
|
||||
|
||||
Channel: require('./structures/Channel'),
|
||||
ClientOAuth2App: require('./structures/ClientOAuth2App'),
|
||||
ClientOAuth2Application: require('./structures/ClientOAuth2Application'),
|
||||
ClientUser: require('./structures/ClientUser'),
|
||||
DMChannel: require('./structures/DMChannel'),
|
||||
Emoji: require('./structures/Emoji'),
|
||||
@@ -26,7 +26,7 @@ module.exports = {
|
||||
MessageAttachment: require('./structures/MessageAttachment'),
|
||||
MessageCollector: require('./structures/MessageCollector'),
|
||||
MessageEmbed: require('./structures/MessageEmbed'),
|
||||
OAuth2App: require('./structures/OAuth2App'),
|
||||
OAuth2Application: require('./structures/OAuth2Application'),
|
||||
PartialGuild: require('./structures/PartialGuild'),
|
||||
PartialGuildChannel: require('./structures/PartialGuildChannel'),
|
||||
PermissionOverwrites: require('./structures/PermissionOverwrites'),
|
||||
|
||||
Reference in New Issue
Block a user