mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
18 lines
477 B
JSON
18 lines
477 B
JSON
{
|
|
"avaliable": {
|
|
"cat": "cat",
|
|
"pikachu": "pikachu",
|
|
"vader": "vader",
|
|
"doh": "doh",
|
|
"it's a trap": "it's a trap",
|
|
"mario death": "mario death"
|
|
},
|
|
"paths": {
|
|
"cat": "./sounds/cat.mp3",
|
|
"pikachu": "./sounds/pikachu.mp3",
|
|
"vader": "./sounds/vader.mp3",
|
|
"doh": "./sounds/doh.mp3",
|
|
"it's a trap": "./sounds/its-a-trap.mp3",
|
|
"mario death": "./sounds/mario-death.mp3"
|
|
}
|
|
} |