diff --git a/src/index.js b/src/index.js index d1643d464..8ec1ab8dd 100644 --- a/src/index.js +++ b/src/index.js @@ -67,10 +67,7 @@ module.exports = { CategoryChannel: require('./structures/CategoryChannel'), Channel: require('./structures/Channel'), ClientApplication: require('./structures/ClientApplication'), - get ClientUser() { - // This is a getter so that it properly extends any custom User class - return require('./structures/ClientUser'); - }, + ClientUser: require('./structures/ClientUser'), Collector: require('./structures/interfaces/Collector'), CommandInteraction: require('./structures/CommandInteraction'), DMChannel: require('./structures/DMChannel'),