Skip to content
Open

Ok #54

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
10 changes: 5 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

module.exports = {
// Bot Owner Configuration
ownerNumber: ['9876543210'], // Add your number without + or spaces (e.g., 919876543210)
ownerName: ['Knight Bot'], // Owner names corresponding to ownerNumber array
ownerNumber: ['2347049934929'], // Add your number without + or spaces (e.g., 919876543210)
ownerName: ['DUBEM Bot'], // Owner names corresponding to ownerNumber array

// Bot Configuration
botName: 'Knight Bot Mini',
botName: 'DUBEM Bot Mini',
prefix: ',',
sessionName: 'session',
sessionID: process.env.SESSION_ID || '',
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',
packname: 'DUBEM Bot',

// Bot Behavior
selfMode: false, // Private mode - only owner can use commands
Expand Down Expand Up @@ -93,4 +93,4 @@ module.exports = {
youtube: 'http://youtube.com/@mr_unique_hacker'
}
};