-
Notifications
You must be signed in to change notification settings - Fork 535
Expand file tree
/
Copy pathconfig.cjs
More file actions
33 lines (31 loc) · 856 Bytes
/
config.cjs
File metadata and controls
33 lines (31 loc) · 856 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 fs = require('fs');
if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' });
module.exports = {
"SESSION_ID": "",
"ALIVE_IMG": "https://raw.githubusercontent.com/HyHamza/HyHamza/refs/heads/main/Images/logo.jpg",
"PREFIX": ".",
"AUTO_READ_STATUS": true,
"MODE": "public",
"OWNER_NUMBER": "923072380380",
"OWNER_NAME": "Hamza",
"ALWAYS_ONLINE": true,
"PRESENCE": "online",
"OMDB_API_KEY": "76cb7f39",
"READ_CMD": false,
"AUTO_VOICE": false,
"AUTO_STICKER": false,
"AUTO_REPLY": false,
"AUTO_REACT": false,
"WELCOME": false,
"ANTI_BAD": false,
"ANTI_LINK": false,
"ANTI_GROUP_LINK": false,
"ANTI_DELETE": false,
"ANTI_VIEW_ONCE": false,
"ANTI_BOT": false,
"PREMIUM_USERS": "",
"COUNTRY_BLOCK": true,
"COUNTRY_BLOCK_CODE": "972",
"EMOJI": "🙄",
"AUTO_TYPING": true
};