1
0
forked from noxious/server

Renamed utilities to files, added datetimeManager, npm update

This commit is contained in:
2024-10-13 12:15:29 +02:00
parent 2008646a3f
commit 049b9de2b3
20 changed files with 157 additions and 43 deletions

View File

@ -3,7 +3,7 @@ import * as fs from 'fs'
import * as path from 'path'
import { Server } from 'socket.io'
import { commandLogger } from '../utilities/logger'
import { getAppPath } from '../utilities/utilities'
import { getAppPath } from '../utilities/files'
class CommandManager {
private commands: Map<string, any> = new Map()