#Why is this sounds.json not working?
10 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
is it literally ending with
"": {
"sounds": [
"custom:"]
},
"": {
"sounds": [
"custom:"]
},
"": {
"sounds": [
"custom:"]
}
},
or is that just your way to say there are more such sound events below it?
it is supposed to end that way.
sorry, i found the issue
goofy little bracket was not correctly placed >:(
thank you for trying to help tho!
yeah, always a good idea to check for valid .json format 😅
(personally I use https://jsonlint.com)