Prevent link embeds while sending a message

How can I prevent link embeds while sending a message? I'd like to avoid
<url>
if possible since I'm working with user-controlled input.
https://github.com/discordjs/discord.js/issues/7818 seems to suggest it's technically possible to surpress at send time rather than doing a followup suppressEmbeds call
Was this page helpful?