mirror of
https://github.com/danbulant/discord.js
synced 2026-06-03 06:41:44 +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
|
||||
Attachment: require('./structures/Attachment'),
|
||||
CategoryChannel: require('./structures/CategoryChannel'),
|
||||
Channel: require('./structures/Channel'),
|
||||
ClientUser: require('./structures/ClientUser'),
|
||||
ClientUserSettings: require('./structures/ClientUserSettings'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue