embed links using SL

This commit is contained in:
ry 2020-01-31 23:15:04 +01:00
parent fe9a102f0a
commit 1e97965263
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module.exports = async function Shortlink(enabled, msg) {
}
url = ShortLinks[x].replace('$link$', url);
links.push(`<${url}>`);
links.push(`${url}`);
await backend.add(`Shortlink.${ShortLinkDirs[x]}`, 1);
await backend.add(`Shortlink.total`, 1);
}