18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"messages": [
|
|
{
|
|
"id": 0,
|
|
"author": "Default",
|
|
"subject": "Welcome!",
|
|
"body": "This is the first message in every PyScii BBS. It sets up the messages json.",
|
|
"date": "1970-01-01 00:00:00"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"date": "2025-07-19 HH:MM:SS",
|
|
"subject": "\u0000First User Message",
|
|
"author": "J4YC33",
|
|
"body": "\u0000This is the first messsage on the Pyscii BBS! It's a fun thing!"
|
|
}
|
|
]
|
|
} |