youmubot/.sqlx/query-25077e7b2657eb918fa49acc16ceba14a004ed503c174073a1db184d902ee393.json
Natsu Kagami 7d490774e0
osu: make commands aware of user's preferred mode (#54)
* Add preferred_mode to sql database

* Update username and preferred mode

* Make commands aware of preferred mode

* Fetch user extras to display information

* Show user information on forcesave
2024-10-31 13:04:08 +00:00

12 lines
643 B
JSON

{
"db_name": "SQLite",
"query": "\n INSERT INTO\n osu_user_best_scores (beatmap_id, mode, user_id, mods, cached_at, score)\n VALUES\n (?, ?, ?, ?, ?, ?)\n ON CONFLICT (beatmap_id, mode, user_id, mods)\n DO UPDATE\n SET\n cached_at = excluded.cached_at,\n score = excluded.score\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "25077e7b2657eb918fa49acc16ceba14a004ed503c174073a1db184d902ee393"
}