From 6f11f987c9145a50a15389fb84c167cf9f56ac9a Mon Sep 17 00:00:00 2001 From: Darling <89032212+darlyn1234@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:04:47 -0500 Subject: [PATCH] Update moji.js --- plugins/moji.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/moji.js b/plugins/moji.js index 22cad69a8a..232985e234 100644 --- a/plugins/moji.js +++ b/plugins/moji.js @@ -6,8 +6,7 @@ const handler = async (m, { text }) => { if (!text) throw "*🌅 Ingresa un emoji.*"; //if (!emj.test(text)) throw "*🍟 Ingresa un emoji valido.*" try { - const res = await axios.get( - "https://deliriussapi-oficial.vercel.app/tools/mojito", + const res = await axios.get(global.BASE_API_DELIRIUS + "/tools/mojito", { params: { emoji: text }, },