Transalted and added detailed comments and instructions and a reference to the documentation article.

Fully tested, ready for merge.
This commit is contained in:
Milutinke 2022-10-21 12:25:33 +02:00
parent 148cb34878
commit 12b317644d
3 changed files with 34 additions and 9 deletions

View file

@ -1090,7 +1090,7 @@ namespace MinecraftClient
set { ChatBots.ChatLog.Config = value; ChatBots.ChatLog.Config.OnSettingUpdate(); }
}
//[TomlPrecedingComment("$config.ChatBot.DiscordBridge")]
[TomlPrecedingComment("$config.ChatBot.DiscordBridge$")]
public ChatBots.DiscordBridge.Configs DiscordBridge
{
get { return ChatBots.DiscordBridge.Config; }