diff --git a/config.js b/config.js index f2d9461cce..5c2c4b36ce 100644 --- a/config.js +++ b/config.js @@ -18,9 +18,13 @@ global.owner = [ ['5493772406612', '5492604057569', true] ]; + global.suittag = ['5493772406612', '5492604845932']; global.prems = ['5493772406612', '5492604845932']; +// API +global.BASE_API_DELIRIUS = "https://deliriussapi-oficial.vercel.app"; + global.packname = 'Sticker'; global.author = 'ᴀꜱᴀᴋᴜʀᴀ ᴍᴀᴏ ʙᴏᴛ 👑'; global.wm = 'ᴀꜱᴀᴋᴜʀᴀ ᴍᴀᴏ ʙᴏᴛ 👑'; 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 }, },