I am using discord api get and post requests to get messages from a channel but I don’t know how to convert the mentions in the message from <@....> to @hello.
I have seen that in discord js there is a function called .cleanContent() but I was wondering how to make it in JavaScript.