21 lines
406 B
JSON
21 lines
406 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "\nSELECT channel_id\nFROM guild_log_channels\nWHERE guild_id = ?1",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "channel_id",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Int64"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "8444f7b7452a5ace6352aef943274f8a345a958257d896c7658b7700557959ab"
|
||
|
}
|