|
7 | 7 | "branch": "dev", |
8 | 8 | "remote": "main" |
9 | 9 | }, |
| 10 | + { |
| 11 | + "name": "Allow configuring RequestHandler to use HTTP instead of HTTPS (1193)", |
| 12 | + "branch": "master", |
| 13 | + "remote": "molenzwiebel" |
| 14 | + }, |
10 | 15 | { |
11 | 16 | "name": "Standardized parsing errors (1227)", |
12 | 17 | "branch": "dev", |
|
18 | 23 | "remote": "loliticos" |
19 | 24 | }, |
20 | 25 | { |
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)", |
22 | 32 | "branch": "interactions-rewrite", |
23 | 33 | "remote": "donovandmc" |
24 | 34 | }, |
25 | 35 | { |
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" |
29 | 64 | } |
30 | 65 | ] |
31 | 66 | }, |
|
36 | 71 | "ljneon": "https://github.com/LJNeon/eris", |
37 | 72 | "donovandmc": "https://github.com/DonovanDMC/eris", |
38 | 73 | "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" |
40 | 79 | } |
41 | 80 | } |
42 | 81 | } |
0 commit comments