diff --git a/index.js b/index.js index f0b3fd52..aa85f6a8 100644 --- a/index.js +++ b/index.js @@ -152,6 +152,7 @@ client.on('guildDelete', guild => { }); client.on('disconnect', () => { + console.log('[Disconnect] A disconnection has occurred. Attempting to reboot...'); process.exit(0); });