From 125405f1cf11433c69ff1ae9d6b8f7e713fc37c0 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:59:35 +0100 Subject: [PATCH] docs(BaseChannel): Remove `APIChannel` (#9717) docs(BaseChannel): remove `APIChannel` --- packages/discord.js/src/structures/BaseChannel.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/discord.js/src/structures/BaseChannel.js b/packages/discord.js/src/structures/BaseChannel.js index d3096d969633..346f7630de24 100644 --- a/packages/discord.js/src/structures/BaseChannel.js +++ b/packages/discord.js/src/structures/BaseChannel.js @@ -153,8 +153,3 @@ class BaseChannel extends Base { } exports.BaseChannel = BaseChannel; - -/** - * @external APIChannel - * @see {@link https://discord.com/developers/docs/resources/channel#channel-object} - */