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) {