mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Transalted and added detailed comments and instructions and a reference to the documentation article.
Fully tested, ready for merge.
This commit is contained in:
parent
148cb34878
commit
12b317644d
3 changed files with 34 additions and 9 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue