Skip to content

Commit

Permalink
Beta469 (#471)
Browse files Browse the repository at this point in the history
* beta447

* beta448

* beta449

* beta450

* beta451

* beta452

* beta453

* beta454

* beta455

* btea455

* beta456

* beta457

* beta458

* beta460

* beta460

* beta461

* beta462

* beta463

* beta464

* beta465

* beta467

* beta468

* beta469
  • Loading branch information
Hoshinonyaruko authored Jul 21, 2024
1 parent 07c5fa9 commit 411754b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botgo/sessions/multi/multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func NewShardManager(apInfo *dto.WebsocketAP, token *token.Token, intents *dto.I

func (sm *ShardManager) StartAllShards() {
for i := uint32(0); i < sm.APInfo.Shards; i++ {
time.Sleep(sm.StartInterval)
sm.StartShard(i)
}
sm.wg.Wait()
Expand Down

0 comments on commit 411754b

Please sign in to comment.