mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +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.
|
* The content to have all mentions replaced by the equivalent text.
|
||||||
* @param {string} str The string to be converted
|
* @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}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
static cleanContent(str, channel) {
|
static cleanContent(str, channel) {
|
||||||
|
|||||||
Reference in New Issue
Block a user