-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsettings.js
More file actions
28 lines (26 loc) · 756 Bytes
/
Copy pathsettings.js
File metadata and controls
28 lines (26 loc) · 756 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
export default {
"prefix": ".",
"botName": "Bugs_bot",
"version": "1.0.0",
"welcomeMessage": "👋 *Welcome to Bugs_Bot-MD!*\\nType *.menu* to get started.",
"allowPrivateCommands": true,
"allowSelfCommands": true,
"commandCooldown": 2,
"botOwnerNumbers": [
"237653871607",
"237679291887",
"180955646038139"
],
"ai": {
"provider": "openai",
"endpoint": "https://api.openai.com/v1/",
"apiKey": "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"
},
"removebg": {
"apiKey": ""
},
"youtube": {
"apiKey": ""
}
};
export const botOwnerNumbers = ['237653871607', '180955646038139'];