tty/.sqlx/query-25f0a10d405cb2f35759bb5eebacea276863f1c5321c2d72b7cae5a009c7bd12.json
2026-02-17 15:30:54 +01:00

27 lines
573 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE bots SET presence = $1::bot_presence WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
{
"Custom": {
"name": "bot_presence",
"kind": {
"Enum": [
"online",
"idle",
"dnd",
"invisible"
]
}
}
},
"Int4"
]
},
"nullable": []
},
"hash": "25f0a10d405cb2f35759bb5eebacea276863f1c5321c2d72b7cae5a009c7bd12"
}