docs: TextBasedChannel-> TextBasedChannels typos (v13)

https://github.com/discordjs/discord.js/pull/8155
This commit is contained in:
Cinnamon 2022-06-24 08:47:30 +07:00
parent 55cbc37785
commit 64c7dd5dd7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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