/[sudobot]/trunk/config/sample-config.json
ViewVC logotype

Diff of /trunk/config/sample-config.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 198 by rakin, Mon Jul 29 17:28:59 2024 UTC revision 438 by rakin, Mon Jul 29 17:30:14 2024 UTC
# Line 1  Line 1 
1  {  {
2   "global": {    "global": {
3    "id": "[home_server_id]",     "id": "[home_server_id]",
4    "cp_host": "[control_panel_host_if_you_have]",     "cp_host": "http://localhost:8080/",
5    "owners": [     "owners": [
6     "[your_user_id]"      "[owner_id]"
   ]  
  },  
  "[guild_id]": {  
   "prefix": "-",  
   "debug": false,  
   "mute_role": "[id]",  
   "gen_role": "[id]",  
   "logging_channel": "[id]",  
   "logging_channel_join_leave": "[id]",  
   "mod_role": "[id]",  
   "announcement_channel": "[id]",  
   "admin": "[id]",  
   "autoclear": {  
    "enabled": false,  
    "channels": []  
   },  
   "cooldown": {  
    "enabled": false,  
    "global": null,  
    "cmds": {}  
   },  
   "starboard": {  
    "enabled": false,  
    "reactions": 3,  
    "channel": "[id]"  
   },  
   "autorole": {  
    "enabled": false,  
    "roles": []  
   },  
   "spam_filter": {  
    "enabled": true,  
    "limit": 5,  
    "time": 5000,  
    "diff": 2000,  
    "exclude": [],  
    "samelimit": 10,  
    "unmute_in": 1800000  
   },  
   "raid": {  
    "enabled": true,  
    "max_joins": 10,  
    "time": 60000,  
    "channels": [  
       
    ],  
    "exclude": false  
   },  
   "lockall": [],  
   "warn_notallowed": true,  
   "global_commands": [  
    "cat",  
    "dog",  
    "pixabay",  
    "httpcat",  
    "httpdog",  
    "afk",  
    "joke",  
    "profile",  
    "avatar",  
    "about",  
    "emoji"  
   ],  
   "role_commands": {  
    "[id]": []  
   },  
   "filters": {  
    "ignore_staff": true,  
    "chars_repeated": 9,  
    "words_repeated": 9,  
    "words": [  
     "blocked-words"  
    ],  
    "invite_message": "Hey :mention:, post server invites in Server Promotions category only!",  
    "words_excluded": [  
    ],  
    "domain_excluded": [  
    ],  
    "invite_excluded": [  
    ],  
    "words_enabled": true,  
    "invite_enabled": true,  
    "domain_enabled": true,  
    "regex": false,  
    "file_mimes_excluded": [],  
    "file_types_excluded": [  
     "exe",  
     "msi",  
     "mxbundle",  
     "bat",  
     "cmd",  
     "ps1",  
     "ps",  
     "run",  
     "sh",  
     "bash",  
     "apk",  
     "xapk"  
    ],  
    "domains": [  
       
7     ]     ]
8      },
9      "911987536379912193": {
10       "prefix": "-",
11       "debug": false,
12       "mute_role": "[id]",
13       "gen_role": "[id]",
14       "logging_channel": "961547831536136212",
15       "logging_channel_join_leave": "[id]",
16       "mod_role": "[id]",
17       "announcement_channel": "[id]",
18       "admin": "[role_id]",
19       "autoclear": {
20        "enabled": false,
21        "channels": []
22       },
23       "profile_filter": {
24         "enabled": false,
25         "inherit_from_words": false,
26         "inherit_from_tokens": false,
27         "inherit_from_regex": false,
28         "blocked_words": [],
29         "blocked_tokens": [],
30         "blocked_regex_patterns": [],
31         "components": {
32             "tag": false,
33             "nickname": false,
34             "about": false,
35             "status": false
36         },
37         "actions": {
38             "tag": "MUTE",
39             "nickname": "MUTE",
40             "about": "MUTE",
41             "status": "MUTE"
42         }
43       },
44       "verification": {
45        "enabled": false,
46        "role": "[id]"
47       },
48       "welcomer": {
49        "enabled": false,
50        "channel": "[id]",
51        "message": null,
52        "randomize": true
53       },
54       "starboard": {
55        "enabled": false,
56        "reactions": 3,
57        "channel": "[id]"
58       },
59       "autorole": {
60        "enabled": false,
61        "roles": [
62         "[id]"
63        ]
64       },
65       "spam_filter": {
66        "enabled": false,
67        "limit": 5,
68        "time": 5000,
69        "diff": 2000,
70        "exclude": [],
71        "samelimit": 10,
72        "unmute_in": 15000
73       },
74       "raid": {
75        "enabled": false,
76        "max_joins": 2,
77        "time": 60000,
78        "channels": [
79         "[id]"
80        ],
81        "exclude": false
82       },
83       "lockall": [],
84       "warn_notallowed": true,
85       "global_commands": [
86        "cat",
87        "dog",
88        "pixabay",
89        "httpcat",
90        "httpdog",
91        "afk",
92        "joke",
93        "profile",
94        "avatar",
95        "about",
96        "emoji"
97       ],
98       "role_commands": {
99        "[role_id]": ["disallowed_commands"]
100       },
101       "filters": {
102        "ignore_staff": true,
103        "chars_repeated": 9,
104        "words_repeated": 9,
105        "words": ["[blocked_words]"],
106        "invite_message": "Hey :mention:, post server invites in Server Promotions category only!",
107        "words_excluded": [],
108        "tokens": [],
109        "domain_excluded": [],
110        "invite_excluded": [],
111        "words_enabled": false,
112        "invite_enabled": false,
113        "domain_enabled": false,
114        "regex": false,
115        "regex_patterns": [],
116        "file_mimes_excluded": [],
117        "file_types_excluded": [
118         "exe",
119         "msi",
120         "mxbundle",
121         "bat",
122         "cmd",
123         "ps1",
124         "ps",
125         "run",
126         "sh",
127         "bash",
128         "apk",
129         "xapk"
130        ],
131        "domains": [],
132        "rickrolls_enabled": false,
133        "pings": 3,
134        "off": true
135       }
136    }    }
137   }   }
 }  

Legend:
Removed from v.198  
changed lines
  Added in v.438

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26