mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Merge pull request #365 from zuzak/patch-4
replace "is" with pair of brackets (imgur)
This commit is contained in:
commit
8f3131a7eb
@ -14,7 +14,7 @@ var imgur = function(dbot) {
|
||||
imgData = imgData.data;
|
||||
info = '[';
|
||||
if(imgData.title) {
|
||||
info += imgData.title + ' is ';
|
||||
info += imgData.title + '][';
|
||||
}
|
||||
if(imgData.type) {
|
||||
if(imgData.animated) {
|
||||
|
Loading…
Reference in New Issue
Block a user