I have a specific event (voiceStateUpdate) that has to mention sometimes a Voice Channel:
channel.send(`The Channel is:`+"``"+`<#${newMember.channelID}>`+"``");
As one can see, I want that the channel is being mentioned with those `` around them, so the channel in Discord is in this black box. But my actual output looks like this:
The Channel is: <#1234134234134>
So in Discord this Black Box works, but the Channel is displayed not with its name, but with the ID