Tagging everyone with interaction.reply() does not work

Hey! Im currently trying to create an announcement command that sends an embed with the announcement message entered while tagging everyone. Code:
interaction.reply({ content: "@everyone", embeds: [msgEmbed] });
interaction.reply({ content: "@everyone", embeds: [msgEmbed] });
It does only work when i send it as a separate message. I dont want to do that tho as i like to see the <user> used /announce abose the message. Is there any way to accomplish this? Any help or ideas to get similar results would be very appreciated!
1 Reply
avaze
avaze2y ago
ohhh thanks ill try that! Works perfectly thanks so much! :D