File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
"additionalEntryPoints" : [
8
8
{ "modulePath" : " v9" , "filePath" : " <projectFolder>/v9.d.ts" },
9
9
{ "modulePath" : " rpc/v10" , "filePath" : " <projectFolder>/rpc/v10.d.ts" },
10
- { "modulePath" : " voice/v4" , "filePath" : " <projectFolder>/voice/v4.d.ts" }
10
+ { "modulePath" : " voice/v4" , "filePath" : " <projectFolder>/voice/v4.d.ts" },
11
+ { "modulePath" : " voice/v8" , "filePath" : " <projectFolder>/voice/v8.d.ts" }
11
12
],
12
13
13
14
"bundledPackages" : [],
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ const config: Config = {
73
73
v10 : { path : 'v10.ts' , label : 'API v10' } ,
74
74
v9 : { path : 'v9.ts' , label : 'API v9' } ,
75
75
'voice/v4' : { path : 'voice/v4.ts' , label : 'Voice v4' } ,
76
+ 'voice/v8' : { path : 'voice/v8.ts' , label : 'Voice v8' } ,
76
77
globals : { path : 'globals.ts' , label : 'Global Types' }
77
78
} ,
78
79
slug : 'discord-api-types'
You can’t perform that action at this time.
0 commit comments