Send a const in a code block

Need to send a constant inside a code block
const number = 5;
await interaction.channel.send("
{number}
")
Was this page helpful?