Skip to content

Commit

Permalink
fix: fight loop
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseofcake committed Aug 4, 2024
1 parent dda6094 commit 93f9557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/fight.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ var fightCmd = &cobra.Command{
"cooldown", sec,
)
time.Sleep(time.Duration(sec) * time.Second)
return nil
}
},
}
Expand Down

0 comments on commit 93f9557

Please sign in to comment.