goat
command
inbox
okh enjoy @b4yj1d cmd
0
views
0
likes
0
installs
Aliases: in
raw source
module.exports = {
config: {
name: "inbox",
aliases: ["in"],
version: "1.0",
author: "B4YJ1D",
countDown: 10,
role: 0,
shortDescription: {
en: "okh enjoy @b4yj1d cmd"
},
longDescription: {
en: ""
},
category: "fun",
guide: {
en: ""
}
},
langs: {
en: {
gg: ""
},
id: {
gg: ""
}
},
onStart: async function({ api, event, args, message }) {
try {
const query = encodeURIComponent(args.join(' '));
message.reply("✅ SUCCESSFULLY SEND MSG\n\n🔰 PLEASE CK YOUR INBOX OR MSG REQUEST BOX", event.threadID);
api.sendMessage("✅ SUCCESSFULLY ALLOW\n🔰 NOW YOU CAN USE🫠 HI I'M BAYJID BOT🫠 HERE", event.senderID);
} catch (error) {
console.error("Error bro: " + error);
}
}
}