mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
20 lines
578 B
JSON
20 lines
578 B
JSON
{
|
|
"avaliable": {
|
|
"cat": "cat",
|
|
"pikachu": "pikachu",
|
|
"vader": "vader",
|
|
"doh": "doh",
|
|
"it's a trap": "it's a trap",
|
|
"mario death": "mario death",
|
|
"pokemon center": "pokemon center"
|
|
},
|
|
"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",
|
|
"pokemon center": "./sounds/pokemon-center.mp3"
|
|
}
|
|
} |