docs: TextBasedChannel -> TextBasedChannels typos (#8110)

This commit is contained in:
Jiralite
2022-06-18 12:02:41 +01:00
committed by GitHub
parent 0673ea377a
commit db663a55c2
2 changed files with 2 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ class Message extends Base {
/**
* The channel that the message was sent in
* @type {TextBasedChannel}
* @type {TextBasedChannels}
* @readonly
*/
get channel() {

View File

@@ -277,7 +277,7 @@ module.exports = MessagePayload;
/**
* A target for a message.
* @typedef {TextBasedChannel|User|GuildMember|Webhook|WebhookClient|Interaction|InteractionWebhook|
* @typedef {TextBasedChannels|User|GuildMember|Webhook|WebhookClient|Interaction|InteractionWebhook|
* Message|MessageManager} MessageTarget
*/