Logging Update
- Changed to uniform logging with the 'debug' module - Updated all apps
This commit is contained in:
@@ -3,8 +3,8 @@ import {getDeviceID} from '../utilities/configHandler.js'
|
||||
// Modules
|
||||
import portAudio from 'naudiodon';
|
||||
// Debug
|
||||
import debugBuilder from "../utilities/debugBuilder.js";
|
||||
const log = new debugBuilder("bot", "audioController");
|
||||
import ModuleDebugBuilder from "../utilities/moduleDebugBuilder.js";
|
||||
const log = new ModuleDebugBuilder("bot", "audioController");
|
||||
|
||||
/**
|
||||
* Checks to make sure the selected audio device is available and returns the device object (PortAudio Device Info)
|
||||
|
||||
Reference in New Issue
Block a user