DiscordChatExporter/scripts/tests/test-fixtures/wrong-channel.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

18 lines
275 B
JSON

{
"channel": {
"id": "999"
},
"messages": [
{
"id": "4",
"timestamp": "2026-01-04T00:00:00Z",
"content": "wrong"
}
],
"dateRange": {
"after": "2026-01-03T00:00:00Z",
"before": null
},
"exportedAt": "2026-01-04T00:00:00Z"
}