Added date at start log in main
This commit is contained in:
parent
6d1a1ae745
commit
14986fc99b
1 changed files with 2 additions and 1 deletions
|
@ -21,4 +21,5 @@ bot.on('message', (msg) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("INFO: Lynx started.")
|
const date = Date();
|
||||||
|
console.log(`INFO: Lynx started at ${date}\n`)
|
Loading…
Add table
Add a link
Reference in a new issue