mirror of
https://github.com/sern-handler/handler
synced 2026-06-24 08:42:17 +00:00
style(sern.ts): minimized code, refactor style
This commit is contained in:
@@ -45,7 +45,7 @@ export class Handler {
|
||||
.on('ready', async () => {
|
||||
Files.buildData(this)
|
||||
.then(data => this.registerModules(data));
|
||||
if (wrapper.init !== undefined) wrapper.init(this);
|
||||
wrapper.init?.(this);
|
||||
new Logger().tableRam();
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user