mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Include failing scores
This commit is contained in:
parent
4a67e4f73b
commit
48bd49b3bd
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue