Skip to content

Commit

Permalink
Update moji.js
Browse files Browse the repository at this point in the history
  • Loading branch information
darlyn1234 authored Oct 28, 2024
1 parent 0e3a028 commit 6f11f98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/moji.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
Expand Down

0 comments on commit 6f11f98

Please sign in to comment.