diff --git a/source/client.js b/source/client.js index 3e4ae97..d45b2f1 100644 --- a/source/client.js +++ b/source/client.js @@ -103,6 +103,8 @@ class client { async run() { + console.log('V2'); // version // + let commands = Object.values(this.commands); this.client.login(this.token); diff --git a/source/supervisor.js b/source/supervisor.js index 0831c16..b3806fc 100644 --- a/source/supervisor.js +++ b/source/supervisor.js @@ -72,7 +72,6 @@ class supervisor { }) { let setting = await objDatabase.loadSetting(); - console.log('setting', setting); // remove // update channels < // update repositories <