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} - */