Remove the timestamp and emoji from discord chat?

Hi there!

This is a fantastic mod, thank you so much for building it!

The only question I have is if it were possible to remove the timestamp and emoji from the messages in discord?

I've removed all references to :desktop: and the timestamp in the .cs file, but it doesn't appear to do anything. I even totally removed the mod and did a clean install of the updated files haha.

                [LangKeys.Discord.ChatChannel.Message] = "**{1}**: {2}",
                [LangKeys.Discord.ChatChannel.LinkedMessage] = "**{1}**: {2}",
                [LangKeys.Discord.ChatChannel.UnlinkedMessage] = "**{1}#{2}**: {3}",

And even with these changes messages typed in my rust server still post to discord with the desktop emoji and a timestamp.

Any advice you might have would be much appreciated!

-Aqueos

Hey I had this same issue and figured out how to modify the way the messages are formatted. The file you need to edit is serverfiles/oxide/lang/en/DiscordChat.json