forked from ghostselfbot/ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
42 lines (42 loc) · 896 Bytes
/
config.example.json
File metadata and controls
42 lines (42 loc) · 896 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"token": "",
"prefix": ".",
"theme": "ghost",
"apis": {
"serpapi": ""
},
"message_settings": {
"auto_delete_delay": 15,
"style": "image"
},
"session_spoofing": {
"enabled": false,
"device": "desktop"
},
"snipers": {
"nitro": {
"enabled": true,
"ignore_invalid": false,
"webhook": "",
"name": "nitro"
},
"privnote": {
"enabled": true,
"ignore_invalid": false,
"webhook": "",
"name": "privnote"
}
},
"rich_presence": {
"enabled": false,
"client_id": "1018195507560063039",
"state": "ghost aint dead",
"details": "",
"large_image": "ghost",
"large_text": "",
"small_image": "",
"small_text": "",
"name": "Ghost"
},
"rich_embed_webhook": ""
}