mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
fix: export CategoryChannel
This commit is contained in:
parent
f2c5714751
commit
f64e924f0d
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ module.exports = {
|
||||||
|
|
||||||
// Structures
|
// Structures
|
||||||
Attachment: require('./structures/Attachment'),
|
Attachment: require('./structures/Attachment'),
|
||||||
|
CategoryChannel: require('./structures/CategoryChannel'),
|
||||||
Channel: require('./structures/Channel'),
|
Channel: require('./structures/Channel'),
|
||||||
ClientUser: require('./structures/ClientUser'),
|
ClientUser: require('./structures/ClientUser'),
|
||||||
ClientUserSettings: require('./structures/ClientUserSettings'),
|
ClientUserSettings: require('./structures/ClientUserSettings'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue