Browse Source

Rename main.js to bot.js

Markus Rost 5 years ago
parent
commit
810aca17b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bot.js

+ 1 - 1
main.js → bot.js

@@ -6050,4 +6050,4 @@ async function graceful(code = 0) {
 }
 
 process.once( 'SIGINT', graceful );
-process.once( 'SIGTERM', graceful );
+process.once( 'SIGTERM', graceful );