diff --git a/src/index.js b/src/index.js index d2b38d14..da33d0db 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'),