@ -36,6 +36,7 @@ process.on('SIGINT', async () => {
await client.destroy();
} catch(e) {
logger.warn('Failed to destroy client');
process.exit();
}
logger.done('Logged out client, exiting.');