docs(BaseChannel): Remove APIChannel (#9717)

docs(BaseChannel): remove `APIChannel`
This commit is contained in:
Jiralite
2023-07-16 15:59:35 +01:00
committed by GitHub
parent bc83cabfda
commit 125405f1cf

View File

@@ -153,8 +153,3 @@ class BaseChannel extends Base {
}
exports.BaseChannel = BaseChannel;
/**
* @external APIChannel
* @see {@link https://discord.com/developers/docs/resources/channel#channel-object}
*/