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

Diff of /trunk/sample-config.json

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

revision 437 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]"
7    ]     ]
  },  
  "[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": []  
   },  
   "verification": {  
     "enabled": true,  
     "role": "963418517565214770"  
    },  
   "welcomer": {  
     "enabled": true,  
     "channel": "",  
     "message": "Welcome :mention: to :guild:! :wave:"  
    },  
   "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]": []  
8    },    },
9    "filters": {    "911987536379912193": {
10     "ignore_staff": true,     "prefix": "-",
11     "chars_repeated": 9,     "debug": false,
12     "words_repeated": 9,     "mute_role": "[id]",
13     "words": [     "gen_role": "[id]",
14      "blocked-words"     "logging_channel": "961547831536136212",
15     ],     "logging_channel_join_leave": "[id]",
16     "invite_message": "Hey :mention:, post server invites in Server Promotions category only!",     "mod_role": "[id]",
17     "words_excluded": [     "announcement_channel": "[id]",
18     ],     "admin": "[role_id]",
19     "domain_excluded": [     "autoclear": {
20     ],      "enabled": false,
21     "invite_excluded": [      "channels": []
22     ],     },
23     "words_enabled": true,     "profile_filter": {
24     "invite_enabled": true,       "enabled": false,
25     "domain_enabled": true,       "inherit_from_words": false,
26     "regex": false,       "inherit_from_tokens": false,
27     "file_mimes_excluded": [],       "inherit_from_regex": false,
28     "file_types_excluded": [       "blocked_words": [],
29      "exe",       "blocked_tokens": [],
30      "msi",       "blocked_regex_patterns": [],
31      "mxbundle",       "components": {
32      "bat",           "tag": false,
33      "cmd",           "nickname": false,
34      "ps1",           "about": false,
35      "ps",           "status": false
36      "run",       },
37      "sh",       "actions": {
38      "bash",           "tag": "MUTE",
39      "apk",           "nickname": "MUTE",
40      "xapk"           "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     "domains": [     "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.437  
changed lines
  Added in v.438

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26