
Javascript would look like this, I can make my own bot send it but that's a javascript
{ "embed": { "title": "1337Rust 1000X", "description": "**Just wiped!** \n Good luck everyone.", "url": "https://1337rust.com", "color": 13517355, "timestamp": "2019-09-09T16:05:50.638Z", "fields": [ { "name": "Map Size", "value": "3500", "inline": true }, { "name": "Seed", "value": "1234567", "inline": true }, { "name": "Server IP", "value": "88.198.50.90:28025 - [Connect Now](steam://connect/88.198.50.90:28025)" }, { "name": "Wipe Schedule", "value": "Every Thursday 3PM CET" }, { "name": "Join our Steam Group for extra rewards!", "value": "[1337Rust Steam Group](https://steamcommunity.com/groups/1337rustservers)" } ] }}Tried some C# but doesn't function with the script
new ModernEmbedBuilder { Title = "1337Rust 1000X", Description = "**Just wiped!** \n Good luck everyone.", Url = "https://1337rust.com", Color = 0xCE422B, Timestamp = "2019-09-09T16:05:50.638Z", Fields = { ("Map Size", "3500", inline: true) ("Seed", "1234567", inline: true) ("Server IP", "88.198.50.90:28025 - [Connect Now](steam://connect/88.198.50.90:28025)") ("Wipe Schedule", "Every Thursday 3PM CET") ("Join our Steam Group for extra rewards!", "[1337Rust Steam Group](https://steamcommunity.com/groups/1337rustservers)") } };
Is there any other way you can do it or does the plugin not support it at all?
also I wanted to tag @everyone when it sends the message and I've tried to exclude the embed for the tag but it won't then I added a new void and just called it with the embed message and that works but now it sends 2 messages instead of just 1, how can I make it send in 1 message with the @everyone tag excluded from embed? thanks a lot, man keep up the good work you will make amazing things!
