- refactored dynamic bgm to handle solo and group chat
        - added bgm cooldown variable, user can custom in the ui
This commit is contained in:
Tony Ribeiro
2023-08-21 05:16:56 +02:00
parent 61827d6cf8
commit 84e397c429
11 changed files with 249 additions and 99 deletions

View File

@@ -4933,6 +4933,7 @@ app.post('/delete_extension', jsonParser, async (request, response) => {
return response.status(500).send(`Server Error: ${error.message}`);
}
});
/**
* HTTP POST handler function to retrieve a character background music list.
*