Include failing scores

This commit is contained in:
Natsu Kagami 2024-02-14 02:35:11 +01:00 committed by Natsu Kagami
parent 4a67e4f73b
commit 48bd49b3bd
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@ pub mod builders {
let scores = handle_not_found({
let mut r = client.rosu.user_scores(self.user);
r = match self.score_type {
UserScoreType::Recent => r.recent(),
UserScoreType::Recent => r.recent().include_fails(true),
UserScoreType::Best => r.best(),
};
if let Some(mode) = self.mode {