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