chore: remove unnecessary getter (#6037)

This commit is contained in:
didinele
2021-07-04 17:59:28 +03:00
committed by GitHub
parent ab0b3b9a07
commit 281072be44

View File

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