mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +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);
|
client.login(TOKEN);
|
||||||
|
|
||||||
setInterval(() => process.exit(0), 8.64e+7);
|
// setInterval(() => process.exit(0), 8.64e+7);
|
||||||
|
|
||||||
process.on('unhandledRejection', err => {
|
process.on('unhandledRejection', err => {
|
||||||
console.error('[FATAL] Unhandled Promise Rejection.', err);
|
console.error('[FATAL] Unhandled Promise Rejection.', err);
|
||||||
|
|||||||
Reference in New Issue
Block a user