UNPKG

959 BJSONView Raw
1{
2 "_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.",
3 "messenger": {
4 "username": "",
5 "password": "",
6
7 "format": "*{username}*: {message}",
8 "sourceFormat": {
9 "discord": "(Discord)",
10 "messenger": "(Messenger: {name})"
11 },
12 "ignoreEmbeds": false,
13 "attachmentTooLargeError": true,
14
15 "handleEvents": true,
16 "handlePlans": true,
17 "handlePolls": true,
18
19 "showPlanDetails": true,
20 "showPollDetails": true
21 },
22 "discord": {
23 "token": "",
24
25 "guild": "",
26 "category": "",
27 "renameChannels": true,
28 "showFullNames": false,
29 "createChannels": false,
30
31 "massMentions": false,
32 "userMentions": true,
33
34 "ignoreBots": false,
35 "ignoredUsers": []
36 },
37 "channels": {
38 "error": "",
39 "command": ""
40 },
41 "checkUpdates": false,
42 "logLevel": "info",
43 "timezone": "",
44 "ignoredSequences": []
45}