mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
meh
This commit is contained in:
parent
744e075697
commit
ac2a6036eb
@ -133,7 +133,7 @@ var commands = function(dbot) {
|
||||
return parseInt(a) - parseInt(b);
|
||||
});
|
||||
|
||||
if(sTimes.length > 50) {
|
||||
if(sTimes.length < 50) {
|
||||
_.each(sTimes, function(time) {
|
||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user