Botpack / config.json
Jonell01's picture
Upload 20 files
08bfcbf verified
{
"version": "1.7.6",
"language": "en",
"useEnvForCredentials": false,
"envGuide": "When useEnvForCredentials enabled, it will use the process.env key provided for email and password, which helps hide your credentials, you can find env in render's environment tab, you can also find it in replit secrets.",
"DeveloperMode": true,
"autoCreateDB": false,
"allowInbox": false,
"autoClean": true,
"adminOnly": false,
"autoCensor": true,
"encryptSt": false,
"removeSt": false,
"UPDATE": {
"Package": true,
"EXCLUDED": [
"chalk",
"mqtt",
"https-proxy-agent"
],
"Info": "This section manages the bot's automatic package updates. To disable this function, set 'Package' to false. If you only want to exclude specific packages, set them to true and add them in the 'EXCLUDED' list."
},
"commandDisabled": [
"gptauto.js",
"gtpgo.js",
"resend.js"
],
"eventDisabled": [],
"FCA": "ws3-fca",
"OWNER": "Jonell Magallanes",
"BOTNAME": "CC PROJECTS",
"PREFIX": "?",
"ADMINBOT": [
"100036956043695",
""
],
"DESIGN": {
"Title": "CC PROJECT",
"Theme": "BLUE",
"Admin": "Jonell Magallanes",
"Setup": {
"Info": "Design your own custom terminal Titlebar for the title and must contain no numbers",
"Theme": "Customize your console effortlessly with various theme colors. Explore Aqua, Fiery, Blue, Orange, Pink, Red, Retro, Sunlight, Teen, Summer, Flower, Ghost, Purple, Rainbow, and Hacker themes to enhance your terminal logs."
}
},
"APPSTATEPATH": "appstate.json",
"DEL_FUNCTION": false,
"ADD_FUNCTION": true,
"FCAOption": {
"forceLogin": true,
"listenEvents": true,
"autoMarkDelivery": false,
"autoMarkRead": false,
"logLevel": "error",
"selfListen": false,
"online": true,
"userAgent": "Mozilla/5.0 (Linux; Android 10; Mobile; rv:89.0) Gecko/89.0 Firefox/89.0"
},
"daily": {
"cooldownTime": 43200000,
"rewardCoin": 500
},
"work": {
"cooldownTime": 1200000
},
"help": {
"autoUnsend": true,
"delayUnsend": 60
},
"adminUpdate": {
"autoUnsend": true,
"sendNoti": true,
"timeToUnsend": 10
},
"adminNoti": {
"autoUnsend": true,
"sendNoti": true,
"timeToUnsend": 10
},
"sing": {
"YOUTUBE_API": "AIzaSyCqox-KXEwDncsuo2HIpE0MF8J7ATln5Vc",
"SOUNDCLOUD_API": "M4TSyS6eV0AcMynXkA3qQASGcOFQTWub"
},
"video": {
"YOUTUBE_API": "AIzaSyDEE1-zZSRVI8lTaQOVsIAQFgL-_BJKvhk"
},
"audio": {
"YOUTUBE_API": "AIzaSyDEE1-zZSRVI8lTaQOVsIAQFgL-_BJKvhk"
},
"menu": {
"autoUnsend": true,
"delayUnsend": 60
}
}