mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Minor fix in adminbot
This commit is contained in:
parent
4a84162527
commit
5696aa57f0
1 changed files with 1 additions and 1 deletions
|
|
@ -98,4 +98,4 @@ bot.on("message", function (msg) {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
bot.login("riftes@outlook.com", "bananaman");
|
bot.login(AuthDetails.email, AuthDetails.password);
|
||||||
Loading…
Reference in a new issue