mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Properly release lock on user header...
This commit is contained in:
parent
8e7b2b75e8
commit
fdeba634f4
2 changed files with 6 additions and 4 deletions
|
@ -197,6 +197,7 @@ pub async fn mania(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
|
|||
get_user(ctx, &env, msg, args, Mode::Mania).await
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct BeatmapWithMode(pub Beatmap, pub Mode);
|
||||
|
||||
impl BeatmapWithMode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue