forked from GitHub/dbot
Merge pull request #354 from zuzak/patch-4
Trim imgur's default description
This commit is contained in:
commit
66de9992f8
@ -20,7 +20,7 @@ var imgur = function(dbot) {
|
||||
if(imgData.animated) {
|
||||
info += 'an animated ' + imgData.type.split('/')[1] + ' with ';
|
||||
} else {
|
||||
info += 'a non-animated ' + imgData.type.split('/')[1] + ' with ';
|
||||
info += 'a ' + imgData.type.split('/')[1] + ' with ';
|
||||
}
|
||||
} else {
|
||||
info += 'an image with ';
|
||||
|
Loading…
Reference in New Issue
Block a user