mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add QQbot scripts and python script
This commit is contained in:
parent
734de2a9ac
commit
644014e42f
5 changed files with 276 additions and 0 deletions
|
|
@ -1440,6 +1440,13 @@ namespace MinecraftClient
|
|||
get { return ChatBots.WebSocketBot.Config!; }
|
||||
set { ChatBots.WebSocketBot.Config = value; }
|
||||
}
|
||||
|
||||
[TomlPrecedingComment("Ok的QQbot")]
|
||||
public OkBots.OkWsBot.Configs OkWsBot
|
||||
{
|
||||
get { return OkBots.OkWsBot.Config!; }
|
||||
set { OkBots.OkWsBot.Config = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue