mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Save pp in local db
This commit is contained in:
parent
2913d92682
commit
22668fe654
3 changed files with 18 additions and 20 deletions
|
@ -145,6 +145,7 @@ pub fn save(ctx: &mut Context, msg: &Message, mut args: Args) -> CommandResult {
|
|||
OsuUser {
|
||||
id: u.id,
|
||||
last_update: chrono::Utc::now(),
|
||||
pp: vec![],
|
||||
},
|
||||
);
|
||||
msg.reply(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue