-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.example.json
More file actions
34 lines (34 loc) · 867 Bytes
/
Copy pathconfig.example.json
File metadata and controls
34 lines (34 loc) · 867 Bytes
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
{
"Use your prefix for reactions here, see types.ts/IDBConfig": {
"message_id": {
"channel_id": "channel_id",
"message_id": "message_id",
"limit": 1,
"type": 1,
"clickables": [
{
"clickable_id": "emoji_or_emoji_id",
"add_message": "add_message_not_required",
"remove_message": "remove_message_not_required",
"roles": ["role_id_one", "role_id_two"]
}
]
}
},
"Use your prefix for buttons here, see types.ts/IDBConfig (Currently not supported)": {
"message_id": {
"channel_id": "channel_id",
"message_id": "message_id",
"limit": 1,
"type": 1,
"clickables": [
{
"clickable_id": "button_id",
"add_message": "add_message_not_required",
"remove_message": "remove_message_not_required",
"roles": ["role_id_one", "role_id_two"]
}
]
}
}
}