Added 2 new languages + small ODMain improvements

This commit is contained in:
DJj123dj
2024-10-28 12:29:33 +01:00
parent 929f57721b
commit 970807d144
9 changed files with 23 additions and 12 deletions
+5
View File
@@ -47,6 +47,11 @@ export class ODMain {
/**The manager that handles all versions in the bot. */
versions: ODVersionManager_Default
/**The timestamp that the (node.js) process of the bot started. */
processStartupDate: Date = new Date()
/**The timestamp that the bot finished loading and is ready for usage. */
readyStartupDate: Date|null = null
/**The manager responsible for the debug file. (`otdebug.txt`) */
debugfile: ODDebugFileManager
/**The manager responsible for the console system. (logs, errors, etc) */