Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Jan 30, 2024
1 parent 9bc318f commit 5105de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class client {
}) {

// setup <
// initialize <
this.token = pToken;
this.guildId = pGuildId;
this.channelId = pChannelId;
Expand Down Expand Up @@ -291,4 +292,4 @@ class client {
// export <
module.exports = client;

// >
// >

0 comments on commit 5105de7

Please sign in to comment.