From f64e924f0d880a62cabab22578793d2530860b44 Mon Sep 17 00:00:00 2001 From: Lewdcario Date: Thu, 1 Mar 2018 20:09:05 -0600 Subject: [PATCH] fix: export CategoryChannel --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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'),