Browse Source

Added some minor changes, still need to make bug fixes

pull/7/head
TejasOS 4 years ago
parent
commit
07c8545793
  1. 2
      bot/awesomescibo.mjs

2
bot/awesomescibo.mjs

@ -443,5 +443,5 @@ client.on("message", async (message) => {
}); });
client client
.login("ODEzMTY0MTQ4NjM5OTI0Mjk2.YDLUIA.AGIG6Xo4TryATHectRt4o2z0nbY") .login("TOKEN HERE")
.catch((error) => console.log(error)); .catch((error) => console.log(error));

Loading…
Cancel
Save