Allow the client to interact with the discord bot
- The client can now interact with the bot, this allows the client to offer bot controls via API - The master server will now be able to instruct a specific client to join a specific channel via channel ID (master server function coming soon) - Suppress some debug statements to make the output easier to read when mixed in with the client debug output
This commit is contained in:
@@ -35,7 +35,7 @@ export function getAudioDevices(){
|
||||
return null;
|
||||
}
|
||||
}).filter(Boolean);
|
||||
log.DEBUG("Device List: ", deviceList);
|
||||
//log.DEBUG("Device List: ", deviceList);
|
||||
return deviceList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user