mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +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());
|
||||
}), 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user