mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: remove unnecessary getter (#6037)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user