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