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

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

// Bot Configuration
Expand All @@ -20,11 +20,11 @@ module.exports = {

// Bot Behavior
selfMode: false, // Private mode - only owner can use commands
autoRead: false,
autoRead: true,
autoTyping: false,
autoBio: false,
autoSticker: false,
autoReact: false,
autoReact: true,
autoReactMode: 'bot', // set bot or all via cmd
autoDownload: false,

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