This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--机器人发言的配置
RobotChatConfig =
{
talkNum = 3, --每个发言周期的发言的机器人的数目
minInterval = 10, --每个发言周期 时间间隔随机 下限 秒
maxInterval = 20, --每个发言周期 时间间隔随机 上限 秒
}