Customization of text from Discord output into global chatSuggestion
I would love the ability to format, text, and/or change colors when someone types from Discord and output into the global chat.

[DISCORD] <name>: text

Would love options to:
  1. [DISCORD] - change title and color
  2. <name> - change color, add title according to oxide group
  3. text - change color
Perhaps there is a way to integrate with Better Chat?

Thanks!
Replace
PrintToChat("[DISCORD] " + nickname + ": " + message.content);​

with

PrintToChat("<color=#4169E1>[DISCORD]</color> <color=#ACFA58>[Admin] </color>" + nickname + ": " + message.content);

Must change it every time the mod updates. This is under plugins, to edit further you will have to look at it. Haven't looked to see if I could change the color and haven't tried. Changes [DISCORD] to royal blue and adds [Admin] as the admin color.

Thanks for posting! Yeah, I did something like that already. Just suggesting for more flexibility and ability to have one place to configure instead of modifying the actual code. Not to mention I also allow my mods to use the global discord channel and their tag is different color.