We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3a028 commit 6f11f98Copy full SHA for 6f11f98
βplugins/moji.js
@@ -6,8 +6,7 @@ const handler = async (m, { text }) => {
6
if (!text) throw "*π Ingresa un emoji.*";
7
//if (!emj.test(text)) throw "*π Ingresa un emoji valido.*"
8
try {
9
- const res = await axios.get(
10
- "https://deliriussapi-oficial.vercel.app/tools/mojito",
+ const res = await axios.get(global.BASE_API_DELIRIUS + "/tools/mojito",
11
{
12
params: { emoji: text },
13
},
0 commit comments