forked from PikaBotz/Anya_v2-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
134 lines (125 loc) ยท 5.16 KB
/
config.js
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
const { readFileSync } = require('fs')
require("dotenv").config();
let badWords = [
"vagina",
"dick",
"mdrchod",
"mdrchod",
"chutiya",
"lodu",
"whore",
"hore",
"hoe",
"hoes",
"lode",
"cum",
"idiot",
"bastard",
"cunt",
"butt",
"pussy",
"chut",
"suck",
"scum",
"scumbag",
"niggr",
"nigga",
"chod",
"bhenchod",
"bc",
"bhodike",
"bsdk","randi",
"gandu",
"stfu",
"ass",
"asshole",
"madarchod",
"fuck",
"motherfucker",
"mother fucker",
"mf",
"mfs",
"fk",
"fck",
"gand",
"laund",
"loda",
"gulambi"];
global.message = {
success: "โ
๐๐๐๐๐๐๐! ๐พ๐๐๐๐๐๐๐ ๐ฒ๐๐๐๐๐๐๐๐.",
admin: "*๐ค A๐ณ๐ผ๐ธ๐ฝ N๐ด๐ด๐ณ๐ด๐ณ!*\n\n- Dear, this command is only for Admins. You have to be a admin in this group to use this command.",
botAdmin: "*๐ค B๐พ๐ A๐ณ๐ผ๐ธ๐ฝ N๐ด๐ด๐ณ๐ด๐ณ!*\n\n- I'm not an Admin, so I can't execute this command in this group. Please make me an Admin.",
owner: "*๐ O๐๐ฝ๐ด๐ N๐ด๐ด๐ด๐ณ๐ด๐ณ!*\n\n- Bruh, this command is only made for this bot's owner. So you can't use this command.",
group: "*๐ฅ G๐๐๐๐ N๐๐๐๐๐!*\n\n- This command can only be executed in a group chat.",
private: 'This command is only for private chats.',
wait: '๐ Processing request...',
link: 'I need a link to process this command.',
error: "โ Oops! An error occurred while processing your request. Please try again later.",
ban: `You're banned from using this bot!`,
nsfw: 'This group is not *NSFW* enabled.',
banChat: 'This group is banned from using this bot, please contact owner to get unbanned.'
},
module.exports = {
botname: process.env.BotName || "Queen Anya",
author: process.env.Author || "@PikaBotz",
packname: process.env.PackName || "Queen Anya v2 MD",
socialLink: process.env.Web || "https://github.com/PikaBotz",
footer: process.env.Footer || "ยฉ Queen Anya Bot",
prefa: process.env.Prefix || ['-'],
themeemoji: process.env.ThemeEmoji || "๐",
ownername: process.env.Owner_Name || "Pika~Kun",
ownernumber: process.env.Owner_Number || "916900904828",
instagramId: process.env.Insta || "8.08_only_mine",
warns: process.env.Warns_Limits || 3,
mongoUrl: process.env.MongoDB || "YOUR_MONGODB_URL",
welcome: process.env.Welcome_Msg || '*@$user* joined this group today as $membersth member.\n\n_$prefix welcome off to disable this message._',
left: process.env.Left_Msg || 'Ex-member *@$user* is no longer available in this group chat.\n\n_$prefix goodbye off to disable this message._',
promote: process.env.Promote_Msg || '*@$user* has been promoted as an admin in this group.\n\n_$prefix promotem off to disable this message._',
demote: process.env.Demote_Msg || '*@$user* has been demoted to a member in this group.\n\n_$prefix demotem off to disable this message._',
sessionId: process.env.SESSION_ID || "YOUR_SESSION_ID",
image_1: readFileSync('./lib/Assets/image_1.jpg'), // Thumbnail for allmenu command
image_2: readFileSync('./lib/Assets/image_2.jpg'), // null image
image_3: readFileSync("./lib/Assets/image_3.jpg"), // Thumbnail for Dashboard
aliveMedia: readFileSync("./lib/Assets/aliveMedia.mp4"),
menuMedia: readFileSync('./lib/Assets/menuMedia.mp4'),
badWords: badWords,
message: {
success: message.success,
admin: message.admin,
botAdmin: message.botAdmin,
owner: message.owner,
group: message.group,
private: message.private,
wait: message.wait,
link: message.link,
error: message.error,
ban: message.ban,
nsfw: message.nsfw,
banChat: message.banChat
},
}
// Ignore them ๐๐ป
global.botname = process.env.BotName || "Queen Anya"
global.author = process.env.Author || "@PikaBotz"
global.packname = process.env.PackName || "Queen Anya v2 MD"
global.myweb = process.env.Web || "https://github.com/PikaBotz"
global.footer = process.env.Footer || "ยฉ Queen Anya Bot"
global.prefa = process.env.Prefix || ['-']
global.themeemoji = process.env.ThemeEmoji || "๐"
global.ownername = process.env.Owner_Name || "Pika~Kun"
global.ownernumber = process.env.Owner_Number || "916900904828"
global.adress = process.env.Continent || "Asia, India, Assam"
global.timezone = process.env.TimeZone || "Asia/Kolkata"
global.instagramId = process.env.Insta || "8.08_only_mine"
global.email = process.env.Email_Id || "[email protected]"
//--------------- Tip ----------------\\
global.Tips = [
`Type *$prefix info* for more information....`,
`Type *$prefix settings* to commit changes in the bot.`,
`If you got a bug or error, then please report to developer asap by *$prefix report* command.`
]
//--------------- Menu images ----------------\\
global.image_1 = readFileSync('./lib/Assets/image_1.jpg') // Thumbnail for allmenu command
global.image_2 = readFileSync('./lib/Assets/image_2.jpg') // null image
global.image_3 = readFileSync("./lib/Assets/image_3.jpg") // Thumbnail for Dashboard
global.menu_pic = "https://i.ibb.co/PhDcZTM/Thumbnail.png";