Semi functional client webUI
- can update client info for sure - Working on notifications now
This commit is contained in:
@@ -15,7 +15,9 @@ router.get('/status', botController.getStatus);
|
||||
*
|
||||
* @param req The request sent from the master
|
||||
* @param req.body.channelId The channel ID to join
|
||||
* @param req.body.clientId The discord Client ID to use when connecting to the server
|
||||
* @param req.body.presetName The name of the preset to start listening to
|
||||
* @param req.body.NGThreshold [OPTIONAL] The noisegate threshold, this will default to 50
|
||||
*/
|
||||
router.post('/join', botController.joinServer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user