From f3f34f07b3b396015b130b8e9d938a3eec688fc3 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:24:35 +0100 Subject: [PATCH] docs(DirectoryChannel): Extend `Channel` (#8022) --- packages/discord.js/src/structures/DirectoryChannel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {