-
Notifications
You must be signed in to change notification settings - Fork 11
/
example_config.json
39 lines (39 loc) · 1.05 KB
/
example_config.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
{
"botToken" : "TOKEN GOES HERE",
"github" :
{
"user" : your_github_username,
"password" : your_github_password,
"repositories" : ["rosalogia/rucs24-bot"],
"update_channel" : update_channel_id,
"score_table" :
{
"CommitCommentEvent": 0,
"CreateEvent": 0,
"DeleteEvent": 0,
"ForkEvent": 20,
"GollumEvent": 0,
"IssueCommentEvent": 2.5,
"IssuesEvent": 5,
"MemberEvent": 0,
"PublicEvent": 0,
"PullRequestReviewCommentEvent": 2.5,
"PullRequestReviewEvent": 2.5,
"PushEvent": 0,
"ReleaseEvent": 0,
"SponsorshipEvent": 0,
"WatchEvent": 2.5
},
"reward_roles" :
{
"1" : lv_1_role_id,
"3" : lv_3_role_id,
"5" : lv_5_role_id
}
},
"minecraft" :
{
"whitelist_path" : path_to_whitelist_json,
"confirmation_channel_id" : your_confirmation_channel_id
}
}