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,8 +4,8 @@

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: ['212787144013'], // Add your number without + or spaces (e.g., 919876543210)
ownerName: ['𝒌𝒉𝒃𝒚𝒆𝒛'], // Owner names corresponding to ownerNumber array

// Bot Configuration
botName: 'Knight Bot Mini',
Expand All @@ -16,7 +16,7 @@ module.exports = {
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: '𝒌𝒉𝒐𝒃𝒛𝒂',

// 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'
}
};