Skip to content

Commit

Permalink
feat: add minimum score amount to render class update for ddr (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoo authored Aug 27, 2024
1 parent 02a8567 commit e770936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/src/webhookHandlers/classUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ function GetMinimumScores(
return 20;
} else if (game === "pms") {
return 20;
} else if (game === "ddr") {
return 90;
}

return null;
Expand Down

0 comments on commit e770936

Please sign in to comment.