-
-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Expand file tree
/
Copy pathsettings.js
More file actions
16 lines (15 loc) · 603 Bytes
/
settings.js
File metadata and controls
16 lines (15 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const settings = {
packname: 'Knight Bot',
author: '',
botName: "Knight Bot",
botOwner: 'Professor', // Your name
ownerNumber: '919876543210', //Set your number here without + symbol, just add country code & number without any space
giphyApiKey: 'qnl7ssQChTdPjsKta2Ax2LMaGXz303tq',
commandMode: "public",
maxStoreMessages: 20,
storeWriteInterval: 10000,
description: "This is a bot for managing group commands and automating tasks.",
version: "3.0.7",
updateZipUrl: "https://github.com/mruniquehacker/Knightbot-MD/archive/refs/heads/main.zip",
};
module.exports = settings;