From f44bfc47c7a56afd75b273659df77fad3e3e5059 Mon Sep 17 00:00:00 2001
From: A1ex <31402774+a9ex@users.noreply.github.com>
Date: Thu, 29 Jul 2021 12:53:23 +0200
Subject: [PATCH] docs(MessageMentions): fix documentation for members property
(#6206)
---
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 4c9d75f60cbb..4c291cab7d82 100644
--- a/src/structures/MessageMentions.js
+++ b/src/structures/MessageMentions.js
@@ -134,7 +134,7 @@ class MessageMentions {
}
/**
- * Any members that were mentioned (only in {@link TextChannel}s)
+ * Any members that were mentioned (only in {@link Guild}s)
* Order as received from the API, not as they appear in the message content
* @type {?Collection}
* @readonly