-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroles.yaml
More file actions
43 lines (40 loc) · 1.37 KB
/
roles.yaml
File metadata and controls
43 lines (40 loc) · 1.37 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
# emoji: -1 = no emoji at all
# emoji: 0 = get from role's icon (not tested) (fallback: no emoji)
# emoji: "🎮" = specifc Unicode-emoji
# emoji: "id" = ID of custom Discord-emoji
categories:
- id: single
name: Single Selection
multi_select: false
embed:
title: Choose a role (single selection)
description: Here you can choose only one role. If you select another one, the previous will be removed. The name of the second role is pulled from the role itself. The third role has a custom emoji.
color: 0x5865F2 # optional, hex
roles:
- id: 1487452218411192431
name: First Role
emoji: "🔫"
- id: 1487452292398583849
name: null
emoji: "-1"
- id: 1487452323042164817
name: Third Role
emoji: "1487453351980437618" # custom emoji by ID
- id: multi
name: Multiple Selection
multi_select: true
embed:
title: Choose a role (multiple selection)
description: Here you can choose multiple roles.
image: https://i.pinimg.com/736x/05/2e/bd/052ebd7e9dcb06080b7cda54c06c1a9c.jpg
color: 0xEB459E
roles:
- id: 1487452342268985536
name: First
emoji: "0"
- id: 1487452399827292311
name: Second
emoji: "-1"
- id: 1487452437626490941
name: Third
emoji: "-1"