didn't understand that login promise thing so i removed it

This commit is contained in:
Dalton
2018-12-11 21:02:41 -08:00
parent 2aee03460d
commit 49c6ee87b6

3
bot.js
View File

@@ -673,5 +673,4 @@ client.on('message', message => {
; ;
// login // login
client.login(auth.token) client.login(auth.token);
.catch(error => console.log(error));