From da25e6bc69a5a02b6eecf31f796f014363e4e491 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:31:45 +0700 Subject: [PATCH] fix: webembed api --- src/structures/WebEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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