mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
syntax error..
This commit is contained in:
parent
06c14d4fc5
commit
9792daf669
@ -111,7 +111,7 @@ var imgur = function(dbot) {
|
||||
if(matches[1]) {
|
||||
this.api.getImageInfo(matches[1], function(imgData) {
|
||||
var info = this.internalAPI.infoString(imgData);
|
||||
if(info) event.reply(dbot.t('imgurinfo', { 'info': info });
|
||||
if(info) event.reply(dbot.t('imgurinfo', { 'info': info }));
|
||||
}.bind(this));
|
||||
}
|
||||
}.bind(this);
|
||||
|
Loading…
Reference in New Issue
Block a user