Remove Restart - we may not need it

This commit is contained in:
Daniel Odendahl Jr
2017-10-18 13:37:45 +00:00
parent 59e97ed348
commit 8507090b7f
+1 -1
View File
@@ -71,7 +71,7 @@ client.dispatcher.addInhibitor(msg => {
client.login(TOKEN);
setInterval(() => process.exit(0), 8.64e+7);
// setInterval(() => process.exit(0), 8.64e+7);
process.on('unhandledRejection', err => {
console.error('[FATAL] Unhandled Promise Rejection.', err);