From 5105de755ed750d746bf92f4c10f4f960501d06a Mon Sep 17 00:00:00 2001 From: Alex Arbuckle <84994842+lxRbckl@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:07:27 -0600 Subject: [PATCH] Update client.js --- source/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +// >