-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.js
More file actions
27 lines (25 loc) · 789 Bytes
/
config.js
File metadata and controls
27 lines (25 loc) · 789 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
userbot = {
owner: [ "6282334170916" ],
MONGO_URI: "mongodb+srv://zanDb:veth0581@cluster0.eyx0e.mongodb.net/<mydb>?retryWrites=true&w=majority",
mess: {
wait: "tunggu sedang di proses...",
error: "errorr!!"
},
prefix: ["/"],
gexp: 50,
limit: 100,
eror: "Sepertinya Eror",
waits: "Sedang di proses",
butmag: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRTHDLrd0_DwHnJfuZ_pRMOAbLi3-ot-NxyPA&usqp=CAU', // buat Image Button
packname: "RIXLE-BOT OFFICIAL",
author: 'Arifi Razzaq',
setting: {
admin: "only admin",
group: "only group",
owner: "owner only pack",
jadibot: "jadibot only",
botadmin: "bot harus menjadi admin",
nsfw: "FITUR BELUM DIAKTIFKAN!"
}
}
module.exports = userbot