Option to log to DiscordSuggestion

I think it can be archived using: https://umod.org/plugins/discord-messages

object fields = new[]
{
  new {
    name = "Field1 Title", value = "Field1 Value", inline = true
  },
  new {
    name = "Field2 Title", value = "Field2 Value", inline = false
  }
};
string json = JsonConvert.SerializeObject(fields);
DiscordMessages?.Call("API_SendFancyMessage", (string)WebhookURL, (string)EmbedTitle, (int)EmbedColor, json);
Would love to see the option to send to Discord as well either through Rustcord, Discord Messages or webhook

Hi there dude

I love your plugin logger, it's really useful but I do have a question for you. 

Would it be possible to add in functionality to send the configurable logs to a Discord webhook in a plain text format? 
The reason I ask is that it would prove very useful for my other server admins who do not have access to server files like I do as I am the owner and would not want anyone having that kind of access.

I have tried adding in that said functionality but with my non existant experience in C# and plugin scripts in general, I've not had any success.

I look forward to hearing your response. :-)