diff --git a/modules/report/commands.js b/modules/report/commands.js index 615fe8a..972af79 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -117,6 +117,7 @@ var commands = function(dbot) { return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime()); }), function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); + console.log('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); }); if(ban) {