mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-10 04:30:29 +00:00
* 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
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "DELETE FROM osu_users WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d428568e88b653317cbe2c5336e6cdee0862df09faaa6c1fa09869d79438e427"
|
|
}
|