Skip to content

Commit

Permalink
Update audio_mzk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manhkhac authored Jan 12, 2022
1 parent 2fc16e0 commit 3851e3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules_new_2022/audio_mzk.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ module.exports.run = async function({ event: e, api: n, args: t, Currencies: a }
var { API_KEY: y } = global.configModule[this.config.name];
try {
a.setData(o, options = { money: g - parseInt(numberMoney) });
let d = await c.get(`https://manhict.tech/adminkey?key=${y}`);
if (1 != d.data.status) return n.sendMessage(`${d.data.msg}`, s, r);
if (0 == t.length || !t) return n.sendMessage("» Search cannot be left blank!", s, r);
if (0 == t.join(" ").indexOf("https://")) {
const e = t.join(" ").trim();
Expand Down Expand Up @@ -73,4 +71,4 @@ module.exports.run = async function({ event: e, api: n, args: t, Currencies: a }
}))
} catch { e.sendMessage("Không thể xử lý yêu cầu của bạn!", r, i) }
return e.unsendMessage(t.messageID)
};
};

0 comments on commit 3851e3f

Please sign in to comment.