mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 08:12:38 -06:00
24 lines
399 B
JSON
24 lines
399 B
JSON
{
|
|
"guild": {
|
|
"id": "222",
|
|
"name": "Fixture Guild"
|
|
},
|
|
"channel": {
|
|
"id": "999",
|
|
"name": "wrong-room",
|
|
"category": "Testing Grounds"
|
|
},
|
|
"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"
|
|
}
|