join multiline titles
This commit is contained in:
parent
134f5ca210
commit
81ac51b0a5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ bot.global.text(/(https?:\/\/[^ ,\)"]*)/ig, (b) => {
|
||||||
extra += " - [invidious](https://invidio.us/watch?v=" + t[1] + ")";
|
extra += " - [invidious](https://invidio.us/watch?v=" + t[1] + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
b.respond("[>>>](" + link + ") _" + match[1] + "_" + extra);
|
b.respond("[>>>](" + link + ") _" + match[1].replace(/\n/g, " ") + "_" + extra);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log('-----------------------------------');
|
console.log('-----------------------------------');
|
||||||
|
|
Loading…
Reference in a new issue