Add QQbot scripts and python script

This commit is contained in:
oldkingOK 2024-01-10 17:48:03 +08:00
parent 734de2a9ac
commit 644014e42f
5 changed files with 276 additions and 0 deletions

View file

@ -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; }
}
}
}