From 958191810de4db9cb6040e3c4ed0ee4503a90925 Mon Sep 17 00:00:00 2001 From: GrapeColor <40069549+GrapeColor@users.noreply.github.com> Date: Fri, 5 Mar 2021 00:03:38 +0900 Subject: [PATCH] Fix jsdoc in MessageMetions#channels --- src/structures/MessageMentions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessageMentions.js b/src/structures/MessageMentions.js index 01f2a00aaa96..e4cd5cbdde2a 100644 --- a/src/structures/MessageMentions.js +++ b/src/structures/MessageMentions.js @@ -147,7 +147,7 @@ class MessageMentions { /** * Any channels that were mentioned * Order as they appear first in the message content - * @type {Collection} + * @type {Collection} * @readonly */ get channels() {