-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.js
More file actions
33 lines (22 loc) · 867 Bytes
/
Copy pathsettings.js
File metadata and controls
33 lines (22 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
const settings = {
packname: 'WALTER-MD',
author: 'Dev ABOODI',
botName: "WALTER-MD",
botOwner: 'Dev ABOODI',
ownerNumber: '249112727808',
// مفتاح Giphy (خليه كما هو إلا إذا عندك بديل)
giphyApiKey: 'qnl7ssQChTdPjsKta2Ax2LMaGXz303tq',
// وضع الأوامر: public أو private
commandMode: "public",
// عدد الرسائل المخزنة في الذاكرة
maxStoreMessages: 20,
// مدة حفظ الرسائل في التخزين (مللي ثانية)
storeWriteInterval: 10000,
// وصف البوت
description: "WALTER-MD is a WhatsApp bot for automation, group management and commands.",
// إصدار البوت
version: "3.0.7",
// رابط التحديث
updateZipUrl: "https://github.com/mruniquehacker/Knightbot-MD/archive/refs/heads/main.zip",
};
module.exports = settings;