diff --git a/src/index.js b/src/index.js index d2b38d14f..da33d0dbc 100644 --- a/src/index.js +++ b/src/index.js @@ -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'),