Embed not sending- option value
Hello! My problem is, that the message is not gettin send into the Channel. I tried to get the option value:
const optionEmbed = interaction.options.get('embed').value;
and use it to let the code know, which embed it should send.
But when i choose the welcomeEmbed its not working.
const optionEmbed = interaction.options.get('embed').value;
and use it to let the code know, which embed it should send.
But when i choose the welcomeEmbed its not working.
