The chat logging on Discord is pretty good, but I'm lacking a function to log the SERVER messages as well.
For instance, what I want it to be:

[02:30] SERVER: Good night guys :)
[02:30] Sixtynine/*: gn =)

The real result:
[02:30] Sixtynine/*: gn =)

The SERVER talking is triggered by the console command "say <message parameter>" and results in chat like this:
say hi there → SERVER hi there
Please note there is no ":". Maybe your program isn't logging it due to that. I'm not sure if its a bug or not implemented or if there is a way to implement this. I'd be glad if I got help towards this issue. Thank you in advance.