mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Remove Restart - we may not need it
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user