Can I send a message without async?

Hey guys, i was tried to send message to channel with async
But is there any way to send message without async?

const sentMessage = channel.send({ embeds: [embed] });
Was this page helpful?