Added date at start log in main

This commit is contained in:
Lucas Gabriel 2024-05-25 12:50:39 -03:00
parent 6d1a1ae745
commit 14986fc99b
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985

View file

@ -21,4 +21,5 @@ bot.on('message', (msg) => {
} }
}); });
console.log("INFO: Lynx started.") const date = Date();
console.log(`INFO: Lynx started at ${date}\n`)