mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-04-18 22:04:47 +00:00
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
module.exports = function (area, text){
|
||
let date = new Date();
|
||
console.log('[' + area + '] – ' + date.toISOString());
|
||
if(text) console.log(text + '\n');
|
||
} |