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;