Spaces:
Sleeping
Sleeping
mrfrank-ofc
commited on
Delete config.js
Browse files
config.js
DELETED
@@ -1,87 +0,0 @@
|
|
1 |
-
const fs = require('fs');
|
2 |
-
if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' });
|
3 |
-
|
4 |
-
function convertToBool(text, fault = 'true') {
|
5 |
-
return text === fault ? true : false;
|
6 |
-
}
|
7 |
-
module.exports = {
|
8 |
-
SESSION_ID: process.env.SESSION_ID || "enter your subzero md session id here",
|
9 |
-
|
10 |
-
PREFIX: process.env.PREFIX || ".",
|
11 |
-
// Enter Your Desired Prefix
|
12 |
-
|
13 |
-
BOT_NAME: process.env.BOT_NAME || "γ πππππππ ππ γ",
|
14 |
-
// Enter Your Bot Name
|
15 |
-
|
16 |
-
CUSTOM_REACT: process.env.CUSTOM_REACT || "false",
|
17 |
-
// make this true for custum emoji react
|
18 |
-
|
19 |
-
CUSTOM_REACT_EMOJIS: process.env.CUSTOM_REACT_EMOJIS || "π,π,π,β€οΈβπ©Ή,β€οΈ,π§‘,π,π,π,π,π€,π€,π€",
|
20 |
-
// chose custom react emojis by yourself
|
21 |
-
|
22 |
-
DELETE_LINKS: process.env.DELETE_LINKS || "false",
|
23 |
-
// automatic delete links witho remove member
|
24 |
-
|
25 |
-
OWNER_NUMBER: process.env.OWNER_NUMBER || "263719647303",
|
26 |
-
// Set Owner Name
|
27 |
-
|
28 |
-
OWNER_NAME: process.env.OWNER_NAME || "α΄Κ κ°Κα΄Ι΄α΄ α΄κ°α΄",
|
29 |
-
// Set Footer
|
30 |
-
|
31 |
-
DESCRIPTION: process.env.DESCRIPTION || "*Β© Gα΄Ι΄α΄Κα΄α΄α΄α΄
ΚΚ Sα΄Κα΄’α΄Κα΄*",
|
32 |
-
// add bot owner name
|
33 |
-
|
34 |
-
ALIVE_IMG: process.env.ALIVE_IMG || "https://i.ibb.co/YkJyMRb/mrfrankofc.jpg",
|
35 |
-
// add img for alive msg
|
36 |
-
|
37 |
-
LIVE_MSG: process.env.LIVE_MSG || "> [π] Sα΄ΚZα΄Κα΄ MD Ιͺs α΄Ι΄ΚΙͺΙ΄α΄*β‘",
|
38 |
-
// add alive msg here
|
39 |
-
|
40 |
-
READ_MESSAGE: process.env.READ_MESSAGE || "false",
|
41 |
-
// Turn true or false for automatic read msgs
|
42 |
-
|
43 |
-
AUTO_REACT: process.env.AUTO_REACT || "false",
|
44 |
-
// make this true or false for auto react on all msgs
|
45 |
-
|
46 |
-
ANTI_BAD: process.env.ANTI_BAD || "false",
|
47 |
-
// false or true for anti bad words
|
48 |
-
|
49 |
-
AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true",
|
50 |
-
// make true or false status auto seen
|
51 |
-
|
52 |
-
AUTO_STATUS_REPLY: process.env.AUTO_STATUS_REPLY || "true",
|
53 |
-
// make true if you want auto reply on status
|
54 |
-
|
55 |
-
AUTO_STATUS_MSG: process.env.AUTO_STATUS__MSG || "*[βοΈ] Hi there, SUBZERO-MD viewed your Statusπ*",
|
56 |
-
|
57 |
-
// set the auto reply massage on status reply
|
58 |
-
MODE: process.env.MODE || "public",
|
59 |
-
// make bot public-private-inbox-group
|
60 |
-
|
61 |
-
ANTI_LINK: process.env.ANTI_LINK || "true",
|
62 |
-
// make anti link true,false for groups
|
63 |
-
|
64 |
-
AUTO_VOICE: process.env.AUTO_VOICE || "false",
|
65 |
-
// make true for send automatic voices
|
66 |
-
|
67 |
-
AUTO_STICKER: process.env.AUTO_STICKER || "false",
|
68 |
-
// make true for automatic stickers
|
69 |
-
|
70 |
-
AUTO_REPLY: process.env.AUTO_REPLY || "false",
|
71 |
-
// make true or false automatic text reply
|
72 |
-
|
73 |
-
ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "false",
|
74 |
-
// maks true for always online
|
75 |
-
|
76 |
-
PUBLIC_MODE: process.env.PUBLIC_MODE || "true",
|
77 |
-
// make false if want private mod
|
78 |
-
|
79 |
-
AUTO_TYPING: process.env.AUTO_TYPING || "false",
|
80 |
-
// true for automatic show typing
|
81 |
-
|
82 |
-
READ_CMD: process.env.READ_CMD || "false",
|
83 |
-
// true if want mark commands as read
|
84 |
-
|
85 |
-
AUTO_RECORDING: process.env.AUTO_RECORDING || "false"
|
86 |
-
// make it true for auto recoding
|
87 |
-
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|