From 780cc7876c153532df633840e80643d8e6fbc124 Mon Sep 17 00:00:00 2001 From: Darling <89032212+darlyn1234@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:00:23 -0500 Subject: [PATCH] API link change --- plugins/moji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/moji.js b/plugins/moji.js index 9c3d4b874d..22cad69a8a 100644 --- a/plugins/moji.js +++ b/plugins/moji.js @@ -7,7 +7,7 @@ const handler = async (m, { text }) => { //if (!emj.test(text)) throw "*🍟 Ingresa un emoji valido.*" try { const res = await axios.get( - "https://deliriusapi-official.vercel.app/tools/mojito", + "https://deliriussapi-oficial.vercel.app/tools/mojito", { params: { emoji: text }, },