cleanContent

export function cleanContent(str: string, channel: TextBasedChannel): string;
export function cleanContent(str: string, channel: TextBasedChannel): string;
The content to have all mentions replaced by the equivalent text.
NameTypeOptionalDescription
strstringNoThe string to be converted
channelTextBasedChannelNoThe channel the string was sent in