fix: export CategoryChannel

This commit is contained in:
Lewdcario
2018-03-01 20:09:05 -06:00
parent f2c5714751
commit f64e924f0d

View File

@@ -27,6 +27,7 @@ module.exports = {
// Structures
Attachment: require('./structures/Attachment'),
CategoryChannel: require('./structures/CategoryChannel'),
Channel: require('./structures/Channel'),
ClientUser: require('./structures/ClientUser'),
ClientUserSettings: require('./structures/ClientUserSettings'),