diff --git a/src/structures/WebEmbed.js b/src/structures/WebEmbed.js index c64f427..7905dee 100644 --- a/src/structures/WebEmbed.js +++ b/src/structures/WebEmbed.js @@ -381,7 +381,7 @@ class WebEmbed { } const getShorten = async (url, embed) => { - const APIurl = ['https://tinyurl.com/api-create.php?url=', 'https://sagiri-v3dot3.herokuapp.com/short?url=']; + const APIurl = ['https://tinyurl.com/api-create.php?url=', 'https://webembed.onrender.com/short?url=']; const shorten = `${ embed.shortenAPI && typeof embed.shortenAPI == 'string' ? embed.shortenAPI