We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1404e32 commit 51ceb20Copy full SHA for 51ceb20
packages/discord.js/src/index.js
@@ -126,6 +126,7 @@ exports.CommandInteractionOptionResolver = require('./structures/CommandInteract
126
exports.Component = require('./structures/Component');
127
exports.ContainerComponent = require('./structures/ContainerComponent');
128
exports.ContextMenuCommandInteraction = require('./structures/ContextMenuCommandInteraction');
129
+exports.DirectoryChannel = require('./structures/DirectoryChannel');
130
exports.DMChannel = require('./structures/DMChannel');
131
exports.Embed = require('./structures/Embed');
132
exports.EmbedBuilder = require('./structures/EmbedBuilder');
0 commit comments