This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
executable file
·128 lines (128 loc) · 3.3 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"checkForUpdates": {
"branches": {
"everything": [
{
"name": "Eris Dev",
"branch": "dev",
"remote": "upstream"
},
{
"name": "Follow http/https redirects when playing song (1193)",
"branch": "piper-follow-redirects",
"remote": "macdja38"
},
{
"name": "Return void on 204 (1193)",
"branch": "response-fix",
"remote": "bsian03"
},
{
"name": "Allow configuring RequestHandler to use HTTP instead of HTTPS (1193)",
"branch": "master",
"remote": "molenzwiebel"
},
{
"name": "Standardized parsing errors (1227)",
"branch": "dev",
"remote": "ljneon"
},
{
"name": "Guild Scheduled Events (1275)",
"branch": "guild-events",
"remote": "loliticos"
},
{
"name": "Use process warnings for deprecations (1276)",
"branch": "deprecation-process-warnings",
"remote": "eritbh"
},
{
"name": "refactor(interactions): Redo types and remove unnecessary data (1309)",
"branch": "interactions-rewrite",
"remote": "donovandmc"
},
{
"name": "Support modals (1336)",
"branch": "modals",
"remote": "linker-123"
},
{
"name": "Remove all user account features (1338)",
"branch": "selfbot",
"remote": "bsian03"
},
{
"name": "Attachment type (1358)",
"branch": "attachments-type",
"remote": "coolcalcacol"
},
{
"name": "feat(permissions): Slash Permissions v2 (1372)",
"branch": "slash-permissions-v2",
"remote": "coolcalcacol"
},
{
"name": "Overall Consistency Fixes & Minor Feature Additions (1379)",
"branch": "fixes-n-shit",
"remote": "donovandmc"
},
{
"name": "feat(options): Gateway Options (1384)",
"branch": "gateway-options",
"remote": "donovandmc"
},
{
"name": "Convert remaining #client to #_client (1386)",
"branch": "client-underscore",
"remote": "donovandmc"
},
{
"name": "feat(AutoModeration): Support Auto Moderation (1390)",
"branch": "automod",
"remote": "donovandmc"
}
],
"everything-v10": [
{
"name": "Everything",
"branch": "everything",
"remote": "donovandmc"
},
{
"name": "API v10 changes (1371)",
"branch": "v10",
"remote": "coolcalcacol"
}
]
},
"remotes": {
"origin": "https://github.com/DonovanDMC/eris",
"self": "https://github.com/ErisPRUpdateBot/eris",
"upstream": "https://github.com/abalabahaha/eris",
"molenzwiebel": "https://github.com/molenzwiebel/eris",
"ljneon": "https://github.com/LJNeon/eris",
"loliticos": "https://github.com/Loliticos/eris",
"catboi8": "https://github.com/Catboi8/eris",
"bsian03": "https://github.com/bsian03/eris",
"donovandmc": "https://github.com/DonovanDMC/eris",
"linker-123": "https://github.com/Linker-123/eris-1",
"eritbh": "https://github.com/eritbh/eris",
"coolcalcacol": "https://github.com/coolcalcacol/eris",
"headtrixz": "https://github.com/HeadTriXz/eris-1",
"flamableassassin": "https://github.com/flamableassassin/eris",
"macdja38": "https://github.com/macdja38/eris"
}
},
"outdatedPRCheck": {
"upstream": {
"owner": "abalabahaha",
"repo": "eris",
"branch": "dev"
},
"self": {
"owner": "ErisPRUpdateBot",
"repo": "eris"
}
}
}