-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.example.json
43 lines (38 loc) · 988 Bytes
/
config.example.json
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
{
"__general_comment": "Do not edit __comment fields.",
"__type_comment": "If you want to use bot as user, then use type 'user'. Else leave it empty or enter 'bot'",
"type": "bot",
"__credentials_comment": "Optional: Provide email and password credentials if you want to run bot on user account.",
"email": "",
"password": "",
"__token_comment": "Provide token if you want to run bot on bot account.",
"token": "",
"__owner_comment": "Provide your Owner ID, so you will have access to 'service' commands.",
"owner": "",
"__wolfram_comment": "Optional: Provide Wolframalpha API key if you want to use it.",
"wolfram": "",
"__extensions_comment": "That's it. Extensions don't require any changes.",
"extensions": [
{
"name": "addons.events"
},
{
"name": "addons.service"
},
{
"name": "addons.general"
},
{
"name": "addons.memes"
},
{
"name": "addons.voice"
},
{
"name": "addons.mod"
},
{
"name": "addons.utils"
}
]
}