forked from miscord/miscord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
45 lines (39 loc) · 959 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
44
45
{
"_comment": "This is an example config with default values, you can remove any of the values below from the config and it will still work.",
"messenger": {
"username": "",
"password": "",
"format": "*{username}*: {message}",
"sourceFormat": {
"discord": "(Discord)",
"messenger": "(Messenger: {name})"
},
"ignoreEmbeds": false,
"attachmentTooLargeError": true,
"handleEvents": true,
"handlePlans": true,
"handlePolls": true,
"showPlanDetails": true,
"showPollDetails": true
},
"discord": {
"token": "",
"guild": "",
"category": "",
"renameChannels": true,
"showFullNames": false,
"createChannels": false,
"massMentions": false,
"userMentions": true,
"ignoreBots": false,
"ignoredUsers": []
},
"channels": {
"error": "",
"command": ""
},
"checkUpdates": false,
"logLevel": "info",
"timezone": "",
"ignoredSequences": []
}