This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helpInstruction.json
55 lines (54 loc) · 1.66 KB
/
helpInstruction.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
{
"PersonalCommand": {
"signup": [{
"name": "**/signup**\n",
"instruction": "> `Join Eden to find projects you love`\n"
}],
"onboard": [
{
"name": "**/onboard member**\n",
"instruction": "> `Onboard multiple new frens into Eden`\n"
},
{
"name": "**/onboard auto**\n",
"instruction": "> `Auto onboard multiple new frens into Eden in a voice channel`\n"
}
],
"invite": [{
"name": "**/invite**\n",
"instruction": "> `Invite a fren to join Eden`\n"
}],
"endorse": [{
"name": "**/endorse**\n",
"instruction": "> `Endorse a discord members' skills`\n"
}],
"find": [
{
"name": "**/find fren**\n",
"instruction": "> `Find member profiles in the community`\n"
},
{
"name": "**/find skill**\n",
"instruction": "> `Find members with a particular set of Skills`\n"
}
]
},
"ProjectCommand": {
"find": [
{
"name": "**/find project**\n",
"instruction": "> `Find projects that match your profile`\n"
}
],
"project": [
{
"name": "**/project new**\n",
"instruction": "> `Launch a project in the community`\n"
},
{
"name": "**/project activity**\n",
"instruction": "> `See key updates of a specific project`\n"
}
]
}
}