mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 00:02:37 -06:00
Use max message ID for incremental exports, validate custom cron expressions, drop eval from host/preflight paths, restrict reauth to executable repo scripts, and run smoke tests in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
395 B
JSON
24 lines
395 B
JSON
{
|
|
"guild": {
|
|
"id": "222",
|
|
"name": "Fixture Guild"
|
|
},
|
|
"channel": {
|
|
"id": "111",
|
|
"name": "fixture-room",
|
|
"category": "Testing Grounds"
|
|
},
|
|
"messages": [
|
|
{
|
|
"id": "1000",
|
|
"timestamp": "2026-01-03T00:00:00Z",
|
|
"content": "after-high-id"
|
|
}
|
|
],
|
|
"dateRange": {
|
|
"after": "999",
|
|
"before": null
|
|
},
|
|
"exportedAt": "2026-01-03T00:00:00Z"
|
|
}
|