mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
debug
This commit is contained in:
parent
c412ad0b23
commit
4e4da78e0b
@ -117,6 +117,7 @@ var commands = function(dbot) {
|
|||||||
return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime());
|
return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime());
|
||||||
}), function(time) {
|
}), function(time) {
|
||||||
event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[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) {
|
if(ban) {
|
||||||
|
Loading…
Reference in New Issue
Block a user