feat: Update UserFlags

This commit is contained in:
March 7th
2022-11-11 11:03:34 +07:00
parent da25e6bc69
commit f6464ea818
2 changed files with 11 additions and 1 deletions

View File

@@ -381,7 +381,7 @@ class WebEmbed {
}
const getShorten = async (url, embed) => {
const APIurl = ['https://tinyurl.com/api-create.php?url=', 'https://webembed.onrender.com/short?url='];
const APIurl = ['https://tinyurl.com/api-create.php?url='];
const shorten = `${
embed.shortenAPI && typeof embed.shortenAPI == 'string'
? embed.shortenAPI