From 5f20cd1070ed091bdefd57b6bf23fd7f3d9b1c64 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 22 Apr 2018 15:50:08 -0400 Subject: trying something --- bot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.js') 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(); }); -- cgit v1.2.3