Skip to content

Commit

Permalink
docs: TextBasedChannel-> TextBasedChannels typos (v13)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Jun 24, 2022
1 parent 55cbc37 commit 64c7dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/structures/Message.js
Expand Up @@ -388,7 +388,7 @@ class Message extends Base {

/**
* The channel that the message was sent in
* @type {TextBasedChannel}
* @type {TextBasedChannels}
* @readonly
*/
get channel() {
Expand Down
2 changes: 1 addition & 1 deletion src/structures/MessagePayload.js
Expand Up @@ -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
*/

Expand Down

0 comments on commit 64c7dd5

Please sign in to comment.