UNPKG

909 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 "discord": {
16 "token": "",
17
18 "guild": "",
19 "category": "",
20 "renameChannels": true,
21 "showEvents": false,
22 "showFullNames": false,
23 "createChannels": false,
24
25 "massMentions": true,
26 "userMentions": true,
27
28 "ignoreBots": false,
29 "ignoredUsers": []
30 },
31 "channels": {
32 "error": "",
33 "command": ""
34 },
35 "timestamps": {
36 "console": false,
37 "logs": true
38 },
39 "checkUpdates": false,
40 "logLevel": "info",
41 "timezone": "",
42 "ignoredSequences": []
43}