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 253f6ef commit 564c1ec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ const client = require('./source/client.js');


const token = process.env.discordToken;
(async () => {

console.log('type', typeof token);
console.log('token', token);
new client(token).run();

})();
(async () => {new client(token).run();})();


// export <
Expand Down

0 comments on commit 564c1ec

Please sign in to comment.