Minor fix in adminbot

This commit is contained in:
hydrabolt
2015-10-26 19:37:04 +00:00
parent 4a84162527
commit 5696aa57f0

View File

@@ -98,4 +98,4 @@ bot.on("message", function (msg) {
});
bot.login("riftes@outlook.com", "bananaman");
bot.login(AuthDetails.email, AuthDetails.password);