mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
show width/height of imgur image too [#350]
This commit is contained in:
parent
0e2e6a60db
commit
8a2dd076a4
@ -21,7 +21,8 @@ var imgur = function(dbot) {
|
||||
} else {
|
||||
info += 'a non-animated ' + imgData.type.split('/')[1] + ' with ';
|
||||
}
|
||||
info += imgData.views + ' views].';
|
||||
info += imgData.views + ' views (';
|
||||
info += imgData.width + 'x' + imgData.height + ')].';
|
||||
}
|
||||
|
||||
return info;
|
||||
|
Loading…
Reference in New Issue
Block a user