Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Feb 22, 2024
1 parent d4b5607 commit 02dcd91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class client {

async run() {

// register slash commands <
// activate interactions, schedule <
this.client.login(this.token);
this.client.rest.put(

Expand All @@ -105,6 +107,8 @@ class client {
this.listen();
this.schedule();

// >

}

}
Expand Down

0 comments on commit 02dcd91

Please sign in to comment.