Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Mar 1, 2024
1 parent 9e40c02 commit 253f6ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <
Expand Down

0 comments on commit 253f6ef

Please sign in to comment.