Update debugging

- Uniform client name
This commit is contained in:
Logan Cusano
2023-04-30 03:29:38 -04:00
parent 546d9e8829
commit b248e7f40e
9 changed files with 25 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ const { exec } = require("child_process");
// Debug
const { DebugBuilder } = require("../utilities/debugBuilder.js");
// Global Vars
const log = new DebugBuilder("client-bot", "executeConsoleCommands");
const log = new DebugBuilder("client", "executeConsoleCommands");
const execCommand = promisify(exec);