diff options
| author | Alee <alee14498@gmail.com> | 2018-04-22 15:50:08 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-22 15:50:08 -0400 |
| commit | 5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64 (patch) | |
| tree | 1985c58e7f7fea0fcd8cefa31edbed7bb273acb3 /bot.js | |
| parent | dca44ea236dfddb9c14fff4c92656b0eb223a101 (diff) | |
| download | PokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.tar.gz PokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.tar.bz2 PokeBot-5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64.zip | |
trying something
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); }); |
