Handle failures and record chewing

This commit is contained in:
Natsu Kagami 2021-02-08 01:18:22 +09:00 committed by Natsu Kagami
parent 3a89c009da
commit e2766cd782
3 changed files with 35 additions and 22 deletions

View file

@ -249,6 +249,7 @@ fn add_user(target: serenity::model::id::UserId, user_id: u64, data: &TypeMap) -
target,
OsuUser {
id: user_id,
failures: None,
last_update: chrono::Utc::now(),
pp: vec![],
},