From 253f6ef308a5968659e862dfc8b8a91d2dee18d4 Mon Sep 17 00:00:00 2001 From: lxRbckl Date: Fri, 1 Mar 2024 07:50:00 -0600 Subject: [PATCH] Update --- index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 656d419..d055aef 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,13 @@ const client = require('./source/client.js'); const token = process.env.discordToken; -(async () => {new client(token).run();})(); +(async () => { + + console.log('type', typeof token); + console.log('token', token); + new client(token).run(); + +})(); // export <