Use the user's own top scores for saving checks

This commit is contained in:
Natsu Kagami 2024-02-05 01:43:42 +01:00
parent d20dbad1b8
commit 30f186c604
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 93 additions and 91 deletions

View file

@ -19,6 +19,7 @@ rosu-pp = "0.9.1"
serde = { version = "1.0.137", features = ["derive"] }
serenity = "0.11.2"
zip = "0.6.2"
rand = "0.8"
youmubot-db = { path = "../youmubot-db" }
youmubot-db-sql = { path = "../youmubot-db-sql" }