Skip to content

Commit

Permalink
API link change
Browse files Browse the repository at this point in the history
  • Loading branch information
darlyn1234 authored Oct 14, 2024
1 parent 535879a commit 780cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/moji.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
Expand Down

0 comments on commit 780cc78

Please sign in to comment.