Mention notification everyoneSuggestion

Like the update with the embed.

The only problem is you can not mention @everyone in a Embed.
Can you make it able that he send a normal message first so it tags everyone and then the embed ?

I tryed but when i turn on the embed it does not send the normal First line, Second line and third line anymore.

Humm ill try at some point today or tomorrow. I was quite proud of my self that I was able to make it so you can create your own embed... I'm rather new to programming ahah.

Merged post

I did attempt this but could not get a good format working. Ill still have a look into other ways to posting announcements at somepoint.

Just add ---->   SendDiscordMessage();  above SendEmbedDiscordMessage(); on line 36 and 98 inside the .cs file like this (image below).
6dbc4353270d8a845726444b7db89737.png
However line 36 is not really necessary but it wont show up when using the /dwatest command.

Then add @everyone in your WipeMessage inside your .json file. 

I got it working and now it looks like this:
fc9f968566fcd6c53374f9b143e3c45a.png

I know, it sucks that whenever you use @everyone inside the embeded message it wont pop up as a notification, only as a blue useless mark :/

Late answer, but better late than never. Hopefully this will help atleast a few, as I found it pretty annoying not being able to mention everyone properly with the embedded message, discord being discord..

Ill integrate something like this.