Skip to content

Commit 6f11f98

Browse files
authored
Update moji.js
1 parent 0e3a028 commit 6f11f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

β€Žplugins/moji.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const handler = async (m, { text }) => {
66
if (!text) throw "*πŸŒ… Ingresa un emoji.*";
77
//if (!emj.test(text)) throw "*🍟 Ingresa un emoji valido.*"
88
try {
9-
const res = await axios.get(
10-
"https://deliriussapi-oficial.vercel.app/tools/mojito",
9+
const res = await axios.get(global.BASE_API_DELIRIUS + "/tools/mojito",
1110
{
1211
params: { emoji: text },
1312
},

0 commit comments

Comments
Β (0)