diff --git a/prophet.go b/prophet.go index 84690bf..e30e4ba 100644 --- a/prophet.go +++ b/prophet.go @@ -443,7 +443,7 @@ func (p Prophet) ChampionSelectStart() { continue } _ = SendConversationMsg(msg, conversationID) - time.Sleep(time.Second) + time.Sleep(time.Millisecond * 1500) } if !clientCfg.AutoSendTeamHorse { log.Println("已将队伍马匹信息复制到剪切板")