diff --git a/source/client.js b/source/client.js index 34e4ded..165f2d9 100644 --- a/source/client.js +++ b/source/client.js @@ -33,6 +33,7 @@ class client { }) { // setup < + // initialize < this.token = pToken; this.guildId = pGuildId; this.channelId = pChannelId; @@ -291,4 +292,4 @@ class client { // export < module.exports = client; -// > \ No newline at end of file +// >