From 0cb30e9f4daa0033ba788aafb8b1edaff24bdb9a Mon Sep 17 00:00:00 2001 From: lazuee Date: Tue, 5 Apr 2022 02:25:56 +0800 Subject: [PATCH] Update WebEmbed.js --- src/structures/WebEmbed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/structures/WebEmbed.js b/src/structures/WebEmbed.js index 2dcd039..ad8b4f9 100644 --- a/src/structures/WebEmbed.js +++ b/src/structures/WebEmbed.js @@ -304,6 +304,7 @@ const getShorten = async (url) => { // 'https://is.gd/create.php?format=simple&url=', :( 'https://tinyurl.com/api-create.php?url=', 'https://sagiri-fansub.tk/api/v1/short?url=', // my api, pls don't ddos :( + 'https://lazuee.ga/api/v1/shorten?url=' // 'https://cdpt.in/shorten?url=', Redirects 5s :( ]; try { @@ -319,4 +320,4 @@ const getShorten = async (url) => { } module.exports = WebEmbed; -module.exports.hiddenEmbed = hiddenCharter; \ No newline at end of file +module.exports.hiddenEmbed = hiddenCharter;