Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Feb 29, 2024
1 parent 88b0022 commit 6f37bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class client {

async run() {

console.log('V2'); // version //

let commands = Object.values(this.commands);

this.client.login(this.token);
Expand Down
1 change: 0 additions & 1 deletion source/supervisor.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class supervisor {
}) {

let setting = await objDatabase.loadSetting();
console.log('setting', setting); // remove

// update channels <
// update repositories <
Expand Down

0 comments on commit 6f37bad

Please sign in to comment.