-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.json
More file actions
92 lines (92 loc) · 2.34 KB
/
mod.json
File metadata and controls
92 lines (92 loc) · 2.34 KB
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
{
"name": "mod",
"description": "Moderate your server with these utility commands",
"integration_types": [
0
],
"contexts": [
0
],
"options": [
{
"name": "log",
"description": "Configure moderation command usage logging for this server",
"type": 2,
"options": [
{
"name": "set",
"description": "Set a channel for logging moderation command usage in this server",
"type": 1,
"options": [
{
"name": "channel",
"description": "The text channel you want moderation command usage to be logged in, default current channel",
"type": 7,
"required": false,
"channel_types": [
0,
5
]
}
]
},
{
"name": "show",
"description": "Show the configuration of moderation command usage logging in this server",
"type": 1
}
]
},
{
"name": "spam",
"description": "Configure spam channels for this server",
"type": 2,
"options": [
{
"name": "add",
"description": "Set a channel where users' messages/words will not be counted",
"type": 1,
"options": [
{
"name": "channel",
"description": "The text channel you want users' messages/words to not be counted in, default current channel",
"type": 7,
"required": false,
"channel_types": [
0,
2,
5,
10,
11,
12,
13
]
}
]
},
{
"name": "remove",
"description": "Revert to counting users' messages/words in channel",
"type": 1,
"options": [
{
"name": "channel",
"description": "The text channel you want users' messages/words to be counted in, default current channel",
"type": 7,
"required": false,
"channel_types": [
0,
2,
5,
10,
11,
12,
13
]
}
]
}
]
}
]
}