forked from GitHub/dbot
i like colours
This commit is contained in:
parent
c16f65c5b8
commit
a52fdbcea5
@ -138,7 +138,7 @@ var commands = function(dbot) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(sTimes.length < 70) {
|
if(sTimes.length < 70) {
|
||||||
event.reply('[\u00034reports\u000f]');
|
event.reply('[\u00036reports\u000f]');
|
||||||
_.each(sTimes, function(time) {
|
_.each(sTimes, function(time) {
|
||||||
if(items[time].type == 'report') {
|
if(items[time].type == 'report') {
|
||||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);
|
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time].message);
|
||||||
|
Loading…
Reference in New Issue
Block a user