logchannel command
This commit is contained in:
5
index.ts
5
index.ts
@ -4,10 +4,13 @@ import swapConsole from "./src/tools/consoleSwapper";
|
||||
config();
|
||||
swapConsole();
|
||||
|
||||
import "./src/client";
|
||||
import "./src/client/init";
|
||||
import "./src/commands";
|
||||
import client from "./src/client";
|
||||
|
||||
function shutdown() {
|
||||
console.log("Shutdown request received");
|
||||
if (client) client.destroy();
|
||||
process.exit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user