DiscordChatExporter/scripts/tests/test-fixtures/append-incremental.json
Your Name 43f5fa3b71 Add recurring CLI scrape automation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-24 17:04:07 -05:00

23 lines
374 B
JSON

{
"channel": {
"id": "111"
},
"messages": [
{
"id": "2",
"timestamp": "2026-01-02T00:00:00Z",
"content": "second"
},
{
"id": "3",
"timestamp": "2026-01-03T00:00:00Z",
"content": "third"
}
],
"dateRange": {
"after": "2026-01-02T00:00:00Z",
"before": null
},
"exportedAt": "2026-01-03T00:00:00Z"
}