-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.json
114 lines (108 loc) · 2.24 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"token": "your bot token",
"log_channel": 1145236065238667267,
"owner": 744768007892500481,
"loggers":
[
"debug",
"warning",
//"trace",
"info"
],
"developer":
{
"guild": 1145236064596918304
},
"plugins":
[
{
"script": "thecult_shared_role.py",
"servers":
[
// Limitless Potential
744769532513615922,
// The Cult
1216162825307820042
]
},
{
"script": "woman_moment.py",
"Disable": false,
"servers":
[
// Limitless Potential
744769532513615922
]
},
{
"script": "update.py"
},
{
"script": "member_say.py"
},
{
"script": "control_arase.py",
"servers":
[
// Limitless Potential
744769532513615922
]
},
{
"script": "neko_marry_sare.py",
"servers":
[
// Limitless Potential
744769532513615922
]
},
{
"script": "pick.py"
},
{
"script": "ping_counter.py"
},
{
"script": "count_together.py"
},
{
"script": "fix_embeds.py"
},
{
"script": "Activity.py"
},
{
"script": "feliz_jueves.py"
},
{
"script": "hoy_es_viernes.py"
},
{
"script": "github.py",
"Disable": true
},
{
"script": "anti_scam.py"
},
{
"script": "message_reaction.py"
},
{
"script": "new_members.py",
"servers":
[
// Limitless Potential
744769532513615922,
// The Cult
1216162825307820042
]
},
{
"script": "roles.py"
},
{
"script": "server_logger.py"
}
],
"$schema": "schema.json"
}