More Soundboard stuff

This commit is contained in:
Daniel Odendahl Jr
2017-03-19 04:45:03 +00:00
parent b826af8cf1
commit fd4d527c04
4 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
{
"avaliable": {
"cat": "cat"
"cat": "cat",
"pikachu": "pikachu",
"vader": "vader"
},
"paths": {
"cat": "./sounds/cat.mp3"
"cat": "./sounds/cat.mp3",
"pikachu": "./sounds/pikachu.mp3",
"vader": "./sounds/vader.mp3"
}
}