We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d51ed commit 87ef8b6Copy full SHA for 87ef8b6
typedoc.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://typedoc.org/schema.json",
3
+ "name": "Discord.https",
4
+ "entryPoints": [
5
+ "src/index.ts",
6
+ // "src/*.ts",
7
+ "src/adapter/*.ts",
8
+ "src/interactionRouter/*.ts",
9
+ "src/structures/BaseInterction.ts",
10
+ "src/structures/ChatInputCommandInteraction.ts",
11
+ ],
12
+ "out": "docs",
13
+ "theme": "typedoc-material-theme",
14
+ "themeColor": "#90D5FF",
15
+ "excludePrivate": true,
16
+ "includeVersion": true,
17
+ "hideGenerator": false,
18
+ "externalSymbolLinkMappings": {
19
+ "@discordjs/rest": {
20
+ "REST": "https://discord.js.org/docs/packages/rest/main"
21
+ }
22
23
+}
0 commit comments