-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
34 lines (34 loc) · 1007 Bytes
/
menu.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
{
"content": "** Create your rubber duck channel below: **\n\nIf you are a C beginner and would like specialized support, or you are proficient and simply want a channel where you can spill your developer thoughts to.",
"components": [
{
"type": 1,
"components": [
{
"type": 3,
"custom_id": "create-channel",
"max_values": 1,
"options":[
{
"label": "Public",
"value": "public",
"description": "Your channel will be visible to lurkers and helpers alike",
"emoji": {
"name": "🔓"
}
},
{
"label": "Private",
"value": "private",
"description": "Your channel will be visible to helpers only",
"emoji": {
"name": "🔒"
}
}
],
"placeholder": "Pick your channel visibility"
}
]
}
]
}