Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit ad7f50d

Browse files

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

config.json

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
"branch": "dev",
88
"remote": "upstream"
99
},
10+
{
11+
"name": "Follow http/https redirects when playing song (1193)",
12+
"branch": "piper-follow-redirects",
13+
"remote": "macdja38"
14+
},
15+
{
16+
"name": "Return void on 204 (1193)",
17+
"branch": "response-fix",
18+
"remote": "bsian03"
19+
},
1020
{
1121
"name": "Allow configuring RequestHandler to use HTTP instead of HTTPS (1193)",
1222
"branch": "master",
@@ -19,23 +29,13 @@
1929
},
2030
{
2131
"name": "Guild Scheduled Events (1275)",
22-
"branch": "deprecation-process-warnings",
23-
"remote": "eritbh"
24-
},
25-
{
26-
"name": "Guild Scheduled Events (1276)",
2732
"branch": "guild-events",
2833
"remote": "loliticos"
2934
},
3035
{
31-
"name": "feat(connect): Add token check (1283)",
32-
"branch": "token-check",
33-
"remote": "catboi8"
34-
},
35-
{
36-
"name": "Rework file attachments (1285)",
37-
"branch": "form-data",
38-
"remote": "bsian03"
36+
"name": "Use process warnings for deprecations (1276)",
37+
"branch": "deprecation-process-warnings",
38+
"remote": "eritbh"
3939
},
4040
{
4141
"name": "refactor(interactions): Redo types and remove unnecessary data (1309)",
@@ -47,16 +47,16 @@
4747
"branch": "modals",
4848
"remote": "linker-123"
4949
},
50+
{
51+
"name": "Remove all user account features (1338)",
52+
"branch": "selfbot",
53+
"remote": "bsian03"
54+
},
5055
{
5156
"name": "Attachment type (1358)",
5257
"branch": "attachments-type",
5358
"remote": "coolcalcacol"
5459
},
55-
{
56-
"name": "Adding support for type 24 message (1369)",
57-
"branch": "dev",
58-
"remote": "flamableassassin"
59-
},
6060
{
6161
"name": "feat(permissions): Slash Permissions v2 (1372)",
6262
"branch": "slash-permissions-v2",
@@ -72,6 +72,11 @@
7272
"branch": "gateway-options",
7373
"remote": "donovandmc"
7474
},
75+
{
76+
"name": "Convert remaining #client to #_client (1386)",
77+
"branch": "client-underscore",
78+
"remote": "donovandmc"
79+
},
7580
{
7681
"name": "feat(AutoModeration): Support Auto Moderation (1390)",
7782
"branch": "automod",
@@ -105,7 +110,8 @@
105110
"eritbh": "https://github.com/eritbh/eris",
106111
"coolcalcacol": "https://github.com/coolcalcacol/eris",
107112
"headtrixz": "https://github.com/HeadTriXz/eris-1",
108-
"flamableassassin": "https://github.com/flamableassassin/eris"
113+
"flamableassassin": "https://github.com/flamableassassin/eris",
114+
"macdja38": "https://github.com/macdja38/eris"
109115
}
110116
},
111117
"outdatedPRCheck": {

0 commit comments

Comments
 (0)