Skip to content

Commit

Permalink
Fix jsdoc in MessageMetions#channels
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapeColor committed Mar 4, 2021
1 parent a2335e2 commit 9581918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/MessageMentions.js
Expand Up @@ -147,7 +147,7 @@ class MessageMentions {
/**
* Any channels that were mentioned
* <info>Order as they appear first in the message content</info>
* @type {Collection<Snowflake, GuildChannel>}
* @type {Collection<Snowflake, Channel>}
* @readonly
*/
get channels() {
Expand Down

0 comments on commit 9581918

Please sign in to comment.