merge-requests/1/merge
Bsian 2019-12-01 01:35:15 +00:00
parent d9cc8ac1ec
commit 00343fe7f3
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -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 {