From 00343fe7f335b4994b4a0a2e6870a21346320fd2 Mon Sep 17 00:00:00 2001 From: Bsian Date: Sun, 1 Dec 2019 01:35:15 +0000 Subject: [PATCH] testing --- src/commands/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/load.ts b/src/commands/load.ts index 2c5b139..d65f498 100644 --- a/src/commands/load.ts +++ b/src/commands/load.ts @@ -22,7 +22,7 @@ export default class Load extends Command { const corepath = '/var/CloudServices/dist'; if (type === 'config') this.client.config = require(`${corepath}/config.json`); else if (type === 'util') { - const Util = require(`${corepath}/class/Util`).default; + const Util = require(`${corepath}/class/Util`); this.client.util = new Util(this.client); } else { try {