mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
mroe thingy
This commit is contained in:
parent
284a316cd5
commit
4d130df390
@ -80,6 +80,7 @@ var imgur = function(dbot) {
|
||||
dbot.db.imgur.totalHttpRequests += 1;
|
||||
var image = request(testUrl, function(error, response, body) {
|
||||
console.log(response.head);
|
||||
console.log(response.headers);
|
||||
// 492 is body.length of a removed image
|
||||
gm(body).size(function(err, val) {
|
||||
console.log(err);
|
||||
|
Loading…
Reference in New Issue
Block a user