MessageManager still wondering how to do the command manager and module loader

This commit is contained in:
plane000
2018-11-17 16:35:44 +00:00
parent 44b5b47456
commit 0d2b9427fb
6 changed files with 31 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ import fs from 'fs';
let LogLevel = 1;
let Dialect = 'SQLITE';
let logPath = 'logs.log';
let dateFormat = 'DD-MM-YY HH:MM:ss'
let dateFormat = 'DD-MM-YY HH:mm:ss'
export class Logger {
static init(path) {