Pull info from an attached .osu/.osz file (#18)

This commit is contained in:
Natsu Kagami 2022-04-29 19:31:04 -04:00 committed by GitHub
parent acc0e339a0
commit 2e3c6f61be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 631 additions and 125 deletions

View file

@ -31,7 +31,7 @@ mod server_rank;
use db::OsuUser;
use db::{OsuLastBeatmap, OsuSavedUsers, OsuUserBests};
use embeds::{beatmap_embed, score_embed, user_embed};
pub use hook::hook;
pub use hook::{dot_osu_hook, hook};
use server_rank::{SERVER_RANK_COMMAND, UPDATE_LEADERBOARD_COMMAND};
/// The osu! client.