docs(Util): Correct @param for cleanContent() (#6531)

This commit is contained in:
Jiralite
2021-08-27 09:39:19 +01:00
committed by GitHub
parent fc51f61f0c
commit b89280a1dd

View File

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