Whatsapp Bot Owner Contact - Get in Touch with the Developer
const fetch = require('node-fetch');
let handler = async (m, { conn, usedPrefix, text, args, command }) => {
let who = m.mentionedJid && m.mentionedJid[0] ? m.mentionedJid[0] : m.fromMe ? conn.user.jid : m.sender;
let name = await conn.getName(who);
global.kontak2 = [
[owner[0], await conn.getName(owner[0] + '6282289304381@s.whatsapp.net'), 'ᴅᴇᴠᴇʟᴏᴩᴇʀ ʙᴏᴛ', 'zakyyy@gmail.com', true],
[owner[1], await conn.getName(owner[1] + '@s.whatsapp.net'), 'ᴅᴇᴠᴇʟᴏᴩᴇʀ ʙᴏᴛ', 'zakykak@gmail.com', true],
]; //ubah juga om dengan nomor lu
let nomorwa = '6282289304381';
let nomorwa2 = '6283865775691';
const sentMsg = await conn.sendContactArray(m.chat, [
[`6282289304381`, `${await conn.getName(nomorwa+'@s.whatsapp.net')}`, `Ky..? `, `My Skill Copas Script`, `admin@siapazaky.com`, `japanese`, `https://chat.whatsapp.com/DnQZq5BsLzsHRkCaJz8e6t`, `Developer Miharu Ai`],
[`6283865775691`, `${await conn.getName(nomorwa2+'@s.whatsapp.net')}`, `Sarah💓 `, `Pacar Owner`, `owner@sarah.co.id`, `japanese`, `https://chat.whatsapp.com/DnQZq5BsLzsHRkCaJz8e6t`, `Pacar Owner Jangan Di Ganggu`]
], m);
let caption = `👋 Hai *@${who.split('@')[0]}*, Nih Owner *${conn.user.name}* kak`;
await conn.reply(m.chat, caption, sentMsg, { mentions: conn.parseMention(caption) });
};
handler.help = ['owner', 'creator'];
handler.tags = ['main'];
handler.command = /^(owner|creator)/i;
module.exports = handler;
This WhatsApp bot command lets you easily contact the bot's developer. You can use this command to ask questions about the bot, report any issues, or simply provide feedback. The bot will provide you with the developer's contact information, including their name, email address, and links to their social media profiles.
To use this command, simply type:
/owner
Or
/creator
The bot will then send you a message with the developer's contact information. You can then use this information to get in touch with them directly.
Here are some reasons why you might want to contact the developer:
- You have a question about the bot's functionality.
- You've encountered an issue with the bot.
- You have a suggestion for improving the bot.
- You want to provide feedback on your experience using the bot.
Don't hesitate to reach out to the developer if you have any questions or concerns. They're always happy to help!
原文地址: https://www.cveoy.top/t/topic/fHpj 著作权归作者所有。请勿转载和采集!