DiscordSRV

DiscordSRV

86.8k Downloads

Don't add backslash (\) before underscore (_) in console when using code escape (``)

jonttm opened this issue ยท 1 comments

commented

messages.yml:

DiscordConsoleChannelFormat: "`[%level%] %line%`"

Causes the backslash (used to escape underscore in names) to reappear.

Example

Console on host website:
image

Comparison of using code escape (``) vs not in DiscordConsoleChannelFormat:
image

commented

Is there any update on this? I have the same issue too.