-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.js
33 lines (32 loc) · 1.02 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
const config = {
bot: {
name: "Shinoa Hiragi",
number: "6285864809039"
},
owner: {
name: "xfar",
number: ["[email protected]"],
},
session: "./src/session",
self: true,
style: '㊝',
packInfo: { packname: "Sticker Made By", author: "Shinoa Hiragi" },
msg: {
wait: '⏳ Wait a minute sis...',
maintenance: 'This feature is currently under maintenance',
owner: 'This feature can only be used by the owner bot!',
admin: 'This feature can only be used by Admin Group!',
botadmin: 'Make the bot a Group Admin first!',
group: 'This feature can only be used in the group!',
premium: 'This feature can only be used by premium users!',
private: 'This feature can only be used in private chat!',
error: 'This feature is encountering an error, immediately reporting to the owner bot!',
errorlink: 'Input URL starting with https://',
done: 'Done, sir ☝️😋'
},
api: {
url: "https://api.xfar.net/api",
key: "your key"
}
}
module.exports = config