mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Handle failures and record chewing
This commit is contained in:
parent
3a89c009da
commit
e2766cd782
3 changed files with 35 additions and 22 deletions
|
@ -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![],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue