mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Util): Correct @param for cleanContent() (#6531)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user