aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-22 15:50:08 -0400
committerAlee <alee14498@gmail.com>2018-04-22 15:50:08 -0400
commit5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64 (patch)
tree1985c58e7f7fea0fcd8cefa31edbed7bb273acb3 /bot.js
parentdca44ea236dfddb9c14fff4c92656b0eb223a101 (diff)
downloadPokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.tar.gz
PokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.tar.bz2
PokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.zip
trying something
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index e6983ad..02cdf00 100644
--- a/bot.js
+++ b/bot.js
@@ -161,4 +161,5 @@ process.on('unhandledRejection', (err) => {
bot.login(config.token).then(() => {
bot.player = new PlayerManager(bot, nodes, { user: bot.user.id, shards: 1, password: 'iamaverysecurepassword' });
+ rl.prompt();
});