From 4ede38c0f436d524381c1b5c02aa39978cce7365 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 9 Jun 2020 22:09:56 +0300 Subject: [PATCH] Update client.js --- src/struct/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/client.js b/src/struct/client.js index 3725690f..b866b6f6 100644 --- a/src/struct/client.js +++ b/src/struct/client.js @@ -72,7 +72,7 @@ module.exports = class extends Client { } events(this); - + console.log(this.config.token); this.login(this.config.token).catch((err) => console.log("Failed to login: " + err) );