diff --git a/packages/discord.js/src/structures/DirectoryChannel.js b/packages/discord.js/src/structures/DirectoryChannel.js index faf2e3d04..ba13f85e0 100644 --- a/packages/discord.js/src/structures/DirectoryChannel.js +++ b/packages/discord.js/src/structures/DirectoryChannel.js @@ -3,7 +3,8 @@ const { Channel } = require('./Channel'); /** - * Represents a channel that displays a directory of guilds + * Represents a channel that displays a directory of guilds. + * @extends {Channel} */ class DirectoryChannel extends Channel { _patch(data) {