Skip to content

Commit

Permalink
docs(Util): Correct @param for cleanContent() (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Aug 27, 2021
1 parent fc51f61 commit b89280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b89280a

Please sign in to comment.