embed links using SL
This commit is contained in:
parent
fe9a102f0a
commit
1e97965263
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module.exports = async function Shortlink(enabled, msg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
url = ShortLinks[x].replace('$link$', url);
|
url = ShortLinks[x].replace('$link$', url);
|
||||||
links.push(`<${url}>`);
|
links.push(`${url}`);
|
||||||
await backend.add(`Shortlink.${ShortLinkDirs[x]}`, 1);
|
await backend.add(`Shortlink.${ShortLinkDirs[x]}`, 1);
|
||||||
await backend.add(`Shortlink.total`, 1);
|
await backend.add(`Shortlink.total`, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue