mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Implement top
This commit is contained in:
parent
6de9dcf669
commit
abd5327296
4 changed files with 161 additions and 58 deletions
|
@ -244,7 +244,7 @@ pub mod builders {
|
|||
client
|
||||
.get(match self.score_type {
|
||||
UserScoreType::Best => "https://osu.ppy.sh/api/get_user_best",
|
||||
UserScoreType::Recent => "https://osu.ppy.sh/api/get_user_recent"
|
||||
UserScoreType::Recent => "https://osu.ppy.sh/api/get_user_recent",
|
||||
})
|
||||
.query(&self.user.to_query())
|
||||
.query(&self.mode.to_query())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue