Files
xiao/commands/random/sounds.json
T
Daniel Odendahl Jr 93a36d49fd More SFX
2017-03-19 05:45:41 +00:00

32 lines
1.0 KiB
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",
"dun dun dun": "dun dun dun",
"spongebob": "spongebob",
"ugly barnacle": "ugly barnacle",
"woo hoo": "woo hoo",
"space": "space",
"glados bird": "glados bird"
},
"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",
"dun dun dun": "./sounds/dun-dun-dun.mp3",
"spongebob": "./sounds/spongebob.mp3",
"ugly barnacle": "./sounds/ugly-barnacle.mp3",
"woo hoo": "./sounds/woohoo.mp3",
"space": "./sounds/space.mp3",
"glados bird": "./sounds/glados-bird.mp3"
}
}