Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

module.exports = {
// Bot Owner Configuration
ownerNumber: ['91xxxxxxxxxxx','917023951514'], // Add your number without + or spaces (e.g., 919876543210)
ownerName: ['Knight Bot Mini', 'Professor'], // Owner names corresponding to ownerNumber array
ownerNumber: ['212 768-49828,'917023951514'], // Add your number without + or spaces (e.g., 919876543210)
ownerName: ['99iv.e', 'amin'], // Owner names corresponding to ownerNumber array

// Bot Configuration
botName: 'Knight Bot Mini',
botName: '99ive bot',
prefix: '.',
sessionName: 'session',
sessionID: process.env.SESSION_ID || '',
sessionID: "KnightBot!H4sIAAAAAAAAA5VUTZOiSBD9L3XVGEAQ0IiOWAQUm0ZFUIGNPZRSQCECVhUqTvjfN2inp+ewO9t7q4+Mly9fvszvoKwwRTZqwfg7qAm+QIa6I2trBMZg0iQJIqAPYsggGAPVOYbEi84h0yZ1OVqavSVFUoPOMtfglX+ahlvsk5U2FOgLePRB3ewLfPgN4HQruNnNS/kJm4tnj5N8Qz5CTPxc0Raakl/cbGqvN9xKu76AR4cIMcFlatYZOiECCxu1K4jJ1+hj64JEg0Nte4u4OHM38X0UJNay5kNun0mccJwk920QRwH/NfoqeqM0khQPrU9NcD0lUcWICcnC4l5doqy1NSdyy7C57MInfYrTEsXzGJUMs/bLusuGGcJhadzjvFWiApnQNWxrGqTYu5Y1zZVqEELEOxzvfo04TL3FNt7awYKPtzvVmvXy3mblqvsoNzK1DXqFt1lI88EFb34lviIfXjn+H90dnSkVFyVmoTnrzSysaJSow3NSoMP6QrfZVZ3nVxxU4u76Nfo4KlGvcXV1LtnybQe1g+mEqcW7E9MStvJ2uz4aotNulEL7pA9ZQ37HcnhDxmm9vdvUSV65tooW8t7Zc4629+uFKhs0VPNbLb6mNpp6eGR56/hycweZNr+egyxMlKt1zu7aQOD3t7Z61Qsmn/D15b2iI2rnMRgLjz4gKMWUEchwVXZvCt8HML546EAQe1cXFCPPsPdrp56lOq7uUb1fc/HboBlZC9GdRktOnobT05t92R1fQB/UpDogSlFsYcoq0jqIUpgiCsZ//tUHJbqxZ9+6bKLQBwkmlG3Kpi4qGH809eMTHg5VUzKvLQ96d0AEjPnPZ8QYLlPaydiUkBwyfEF6BhkF4wQWFP0sEBEUgzEjDfo5tHoVd7or9kJ0DUkHfXB67weOwRgMhIEiq7I0UNTRWOD/oN+uHSys628lYqAPimeYJA5VQRgK4khQFbWL7D4ePxl2gDFiEBcUjIG+0Ku7Uk3MxaqHqTSbaWaq6akGPiv6cMZTeuY7yqE2lNGSeovEvmqjuzR3d5SrXi9HW664UAjaVy1cTqSXfwABY3Bz7q5ssliWZ6Vpbd92au5RONvLlSOWoyupe8wd+C0yS3wrda83n2f8+tY0x50mD2c2mxZvCj213ryJdYfLitTTbUN76bLF6IIP6Ndkqs6L6uS8hEJwP+p+osjnuBWnVlDerrw/DJIdHJ7RXjSnuybY9HY726d4gkdWrxDc24jP/ddkk+dYO7Iisttp6h96efr07PvMFD92FX63U9er7ppg9D76Jew6+N+9exLvLMY/+r9g/Fgm/zKQk/3mvhRtt8f5xMyDlmqrQ083p2Ql6/uh3pxXg8VWxe7MSBF4PP7qg7qALKnIqdtwZUwqHIM+IFXTeXZeJtVvkunaZm6m6aKrvICUaZ9z4OMTogyeajAWFEUSFV6WlGfUilS1BWkGxkA8FULugcffMFegRFQHAAA=",
newsletterJid: '120363161513685998@newsletter', // Newsletter JID for menu forwarding
updateZipUrl: 'https://github.com/mruniquehacker/KnightBot-Mini/archive/refs/heads/main.zip', // URL to latest code zip for .update command

// Sticker Configuration
packname: 'Knight Bot Mini',

// Bot Behavior
selfMode: false, // Private mode - only owner can use commands
selfMode: true, // Private mode - only owner can use commands
autoRead: false,
autoTyping: false,
autoBio: false,
Expand Down Expand Up @@ -65,11 +65,11 @@ module.exports = {
wait: '⏳ Please wait...',
success: '✅ Success!',
error: '❌ Error occurred!',
ownerOnly: '👑 This command is only for bot owner!',
adminOnly: '🛡️ This command is only for group admins!',
ownerOnly: 'Sir awa t7wa 😆😆',
adminOnly: 'n3yt 3la 99ive y7wik?🙂‍↕️',
groupOnly: '👥 This command can only be used in groups!',
privateOnly: '💬 This command can only be used in private chat!',
botAdminNeeded: '🤖 Bot needs to be admin to execute this command!',
botAdminNeeded: '🤖 pass admin t7wa',
invalidCommand: '❓ Invalid command! Type .menu for help'
},

Expand All @@ -86,4 +86,4 @@ module.exports = {
youtube: 'http://youtube.com/@mr_unique_hacker'
}
};