home / japari_dc_bot

command_responses

2 rows where custom_command_id = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

id ▼ custom_command_id response_text created_at
14 6 6 再啦幹 2025-06-08 03:55:57
15 6 6 在啦幹 2025-06-08 03:56:01

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE command_responses (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            custom_command_id INTEGER NOT NULL,
            response_text TEXT NOT NULL,
            created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
            FOREIGN KEY (custom_command_id) REFERENCES custom_commands(id)
        );
Powered by Datasette · Queries took 14.769ms