mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
chore: remove unnecessary getter (#6037)
This commit is contained in:
@@ -67,10 +67,7 @@ module.exports = {
|
|||||||
CategoryChannel: require('./structures/CategoryChannel'),
|
CategoryChannel: require('./structures/CategoryChannel'),
|
||||||
Channel: require('./structures/Channel'),
|
Channel: require('./structures/Channel'),
|
||||||
ClientApplication: require('./structures/ClientApplication'),
|
ClientApplication: require('./structures/ClientApplication'),
|
||||||
get ClientUser() {
|
ClientUser: require('./structures/ClientUser'),
|
||||||
// This is a getter so that it properly extends any custom User class
|
|
||||||
return require('./structures/ClientUser');
|
|
||||||
},
|
|
||||||
Collector: require('./structures/interfaces/Collector'),
|
Collector: require('./structures/interfaces/Collector'),
|
||||||
CommandInteraction: require('./structures/CommandInteraction'),
|
CommandInteraction: require('./structures/CommandInteraction'),
|
||||||
DMChannel: require('./structures/DMChannel'),
|
DMChannel: require('./structures/DMChannel'),
|
||||||
|
|||||||
Reference in New Issue
Block a user