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

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

config.json

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"branch": "dev",
88
"remote": "main"
99
},
10+
{
11+
"name": "Allow configuring RequestHandler to use HTTP instead of HTTPS (1193)",
12+
"branch": "master",
13+
"remote": "molenzwiebel"
14+
},
1015
{
1116
"name": "Standardized parsing errors (1227)",
1217
"branch": "dev",
@@ -18,14 +23,44 @@
1823
"remote": "loliticos"
1924
},
2025
{
21-
"name": "Various Interactions Changes (1309)",
26+
"name": "fix(typings): add static keyword for Interaction.from (1305)",
27+
"branch": "interactions-docs",
28+
"remote": "bsian03"
29+
},
30+
{
31+
"name": "refactor(interactions): Redo types and remove unnecessary data (1309)",
2232
"branch": "interactions-rewrite",
2333
"remote": "donovandmc"
2434
},
2535
{
26-
"name": "Fix typing for `Message.createThreadWithMessage` (1311)",
27-
"branch": "frobinsonj-patch-1",
28-
"remote": "frobinsonj"
36+
"name": "fix(interactions): Missing file redirect in createMessage (1314)",
37+
"branch": "interactions",
38+
"remote": "bsian03"
39+
},
40+
{
41+
"name": "fix(Member): Parse Member#premiumSince to timestamp (1318)",
42+
"branch": "premiumSince",
43+
"remote": "bsian03"
44+
},
45+
{
46+
"name": "Fix bitwise overflow (1323)",
47+
"branch": "fix-overflow",
48+
"remote": "james58899"
49+
},
50+
{
51+
"name": "fix(slash): Snake case defaultPermissions to payload (1325)",
52+
"branch": "command",
53+
"remote": "bsian03"
54+
},
55+
{
56+
"name": "Allows multiple channel position changes in a single request (1328)",
57+
"branch": "master",
58+
"remote": "xaxim"
59+
},
60+
{
61+
"name": "Interaction Locales (1335)",
62+
"branch": "interactions-locale",
63+
"remote": "donovandmc"
2964
}
3065
]
3166
},
@@ -36,7 +71,11 @@
3671
"ljneon": "https://github.com/LJNeon/eris",
3772
"donovandmc": "https://github.com/DonovanDMC/eris",
3873
"loliticos": "https://github.com/Loliticos/eris",
39-
"frobinsonj": "https://github.com/frobinsonj/eris"
74+
"frobinsonj": "https://github.com/frobinsonj/eris",
75+
"molenzwiebel": "https://github.com/molenzwiebel/eris",
76+
"bsian03": "https://github.com/bsian03/eris",
77+
"james58899": "https://github.com/james58899/eris",
78+
"xaxim": "https://github.com/xaxim/eris"
4079
}
4180
}
4281
}

0 commit comments

Comments
 (0)