diff options
| -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(); }); |
