i like colours

This commit is contained in:
reality 2016-01-29 18:05:12 +00:00
parent c16f65c5b8
commit a52fdbcea5

View File

@ -138,7 +138,7 @@ var commands = function(dbot) {
});
if(sTimes.length < 70) {
event.reply('[\u00034reports\u000f]');
event.reply('[\u00036reports\u000f]');
_.each(sTimes, function(time) {
if(items[time].type == 'report') {
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);