From b89280a1dd19513b06991aae1d3b720aa3a1c542 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 27 Aug 2021 09:39:19 +0100 Subject: [PATCH] docs(Util): Correct `@param` for `cleanContent()` (#6531) --- src/util/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Util.js b/src/util/Util.js index 9e82f77c3..32a858735 100644 --- a/src/util/Util.js +++ b/src/util/Util.js @@ -583,7 +583,7 @@ class Util extends null { /** * The content to have all mentions replaced by the equivalent text. * @param {string} str The string to be converted - * @param {Channel} channel The channel the string was sent in + * @param {TextBasedChannels} channel The channel the string was sent in * @returns {string} */ static cleanContent(str, channel) {