mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
22 lines
437 B
JSON
22 lines
437 B
JSON
[
|
|
{
|
|
"message": "Hello world!",
|
|
"attachments": []
|
|
},
|
|
{
|
|
"message": "This is an example message with an attachment",
|
|
"attachments": ["https://example.com/image.jpg"]
|
|
},
|
|
{
|
|
"message": "Another training message",
|
|
"attachments": []
|
|
},
|
|
{
|
|
"message": "Messages can have multiple attachments",
|
|
"attachments": [
|
|
"https://example.com/image1.jpg",
|
|
"https://example.com/image2.jpg"
|
|
]
|
|
}
|
|
]
|